#5F648F - #6D5FA8 | colorate
colorateはデザイナーや開発者向けの配色ツールです。あなたのインスピレーションを引き出し、よりよい配色の構成に役立ちます。
サイトをよりよくする
Blend #5F648F to #6D5FA8
#5F648Fと#6D5FA8の二色間の色を演算します。色味の近い色同士では滑らかですが、RGB値をもとにした通常のブレンドでは、色味の遠い色同士の中間の色は彩度が低くなりグレーに近くなります。HSV値をもとにしたブレンドでは、色味の遠い色同士でも彩度の低下はありません。
RGBブレンド
#5F648F - #6D5FA8 | colorate
RGB値をもとにした二色間のブレンドです。色味の離れた色同士では、二色間の彩度は低下します。#5F648Fを0%、#6D5FA8を100%として二色間の色を展開します。
0.0% #5F648F |
RGB 95 100 143 | #5F648F |
16.7% #616393 |
RGB 97 99 147 | #616393 |
33.3% #636297 |
RGB 99 98 151 | #636297 |
50.0% #66619B |
RGB 102 97 155 | #66619B |
66.7% #68609F |
RGB 104 96 159 | #68609F |
83.3% #6A5FA3 |
RGB 106 95 163 | #6A5FA3 |
100.0% #6D5FA8 |
RGB 109 95 168 | #6D5FA8 |
HSVブレンド
#5F648F - #6D5FA8 | colorate
HSV値をもとにした二色間のブレンドです。色味の離れた色同士でも、二色間の彩度は低下しません。#5F648Fを0%、#6D5FA8を100%として二色間の色を展開します。
0.0% #5F648F |
RGB 95 100 143 | #5F648F |
16.7% #5F6293 |
RGB 95 98 147 | #5F6293 |
33.3% #5F5F97 |
RGB 95 95 151 | #5F5F97 |
50.0% #625F9B |
RGB 98 95 155 | #625F9B |
66.7% #655F9F |
RGB 101 95 159 | #655F9F |
83.3% #695FA3 |
RGB 105 95 163 | #695FA3 |
100.0% #6D5FA8 |
RGB 109 95 168 | #6D5FA8 |
CSSコード
<style type="text/css"> /* RGB Gradient */ div { background: -moz-linear-gradient(top, #5F648F 0%, #6D5FA8 100%); background: -webkit-linear-gradient(top, #5F648F 0%, #6D5FA8 100%); background: linear-gradient(to bottom, #5F648F 0%, #6D5FA8 100%); } /* HSV Gradient */ div { background: -moz-linear-gradient(top, #5F648F 0%, #625F9B 50%, #6D5FA8 100%); background: -webkit-linear-gradient(top, #5F648F 0%, #625F9B 50%, #6D5FA8 100%); background: linear-gradient(to bottom, #5F648F 0%, #625F9B 50%, #6D5FA8 100%); } </style>