Shades of Cornflower Blue #647EF6
Tints of Cornflower Blue #647EF6
RGB
CMYK
RGB Variations
Color information
#647EF6 (or 0x647EF6) is known color: Cornflower Blue. HEX triplet: 64, 7E and F6. RGB value is (100,126,246). Sum of RGB (Red+Green+Blue) = 100+126+246=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 126 (49.61% from 255 or 26.69% from 472); Blue value is 246 (96.48% from 255 or 52.12% from 472); Max value from RGB is 246 - color contains mainly: blue. Hex color #647EF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647EF6 is #9B8109. Grayscale: #838383. Windows color (decimal): -10191114 or 16154212. OLE color: 16154212.
HSL color Cylindrical-coordinate representation of color #647EF6: hue angle of 229.32º degrees, saturation: 0.89, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #647EF6 is Cyan = 0.59, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 100 | 126 | 246 | - |
| CMYK | 0.59 | 0.49 | 0 | 0.04 |
| HSL | 229.32º | 0.89% | 0.68% | - |
| HSV(B) | 229.32º | 0.59% | 0.96% | - |
| XYZ | 29.35 | 24.28 | 90.33 | - |
| YUV | 131.91 | 192.39 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 126 | 246 | 0.59 | 0.49 | 0 | 0.04 | 229.32 | 0.89 | 0.68 |
| Hex | 64 | 7E | F6 | 3B | 31 | 0 | 4 | E5 | 59 | 44 |
| Octal | 144 | 176 | 366 | 73 | 61 | 0 | 4 | 345 | 131 | 104 |
| Binary | 1100100 | 1111110 | 11110110 | 111011 | 110001 | 0 | 100 | 11100101 | 1011001 | 1000100 |
Color Harmonies of #647EF6
Complementary color
Monochromatic Colors of #647EF6
Black with #647EF6
Text Example
Text Example
White with #647EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647EF6; }
p { color: rgb(100,126,246); }
H1.HeaderClassName
{
color: #647EF6;
}
.AnyTagClassName
{
color: #647EF6;
}
</style>
background-color css
<style>
a { background-color: #647EF6; }
a { background-color: rgb(100,126,246); }
div.DivClassName
{
background-color: #647EF6;
}
.BgClassName
{
background-color: #647EF6;
}
</style>
border-color css
<style>
span { border-color: #647EF6; }
span { border-color: rgb(100,126,246); }
td.TdClassName
{
border-color: #647EF6;
}
.TagClassName
{
border-color: #647EF6;
}
</style>