Shades of Cornflower Blue #647BFC
Tints of Cornflower Blue #647BFC
RGB
CMYK
RGB Variations
Color information
#647BFC (or 0x647BFC) is known color: Cornflower Blue. HEX triplet: 64, 7B and FC. RGB value is (100,123,252). Sum of RGB (Red+Green+Blue) = 100+123+252=475 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.05% from 475); Green value is 123 (48.44% from 255 or 25.89% from 475); Blue value is 252 (98.83% from 255 or 53.05% from 475); Max value from RGB is 252 - color contains mainly: blue. Hex color #647BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647BFC is #9B8403. Grayscale: #828282. Windows color (decimal): -10191876 or 16546660. OLE color: 16546660.
HSL color Cylindrical-coordinate representation of color #647BFC: hue angle of 230.92º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #647BFC is Cyan = 0.60, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 100 | 123 | 252 | - |
| CMYK | 0.60 | 0.51 | 0 | 0.01 |
| HSL | 230.92º | 0.96% | 0.69% | - |
| HSV(B) | 230.92º | 0.6% | 0.99% | - |
| XYZ | 29.91 | 23.9 | 95.13 | - |
| YUV | 130.83 | 196.38 | 106.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 123 | 252 | 0.60 | 0.51 | 0 | 0.01 | 230.92 | 0.96 | 0.69 |
| Hex | 64 | 7B | FC | 3C | 33 | 0 | 1 | E7 | 60 | 45 |
| Octal | 144 | 173 | 374 | 74 | 63 | 0 | 1 | 347 | 140 | 105 |
| Binary | 1100100 | 1111011 | 11111100 | 111100 | 110011 | 0 | 1 | 11100111 | 1100000 | 1000101 |
Color Harmonies of #647BFC
Complementary color
Monochromatic Colors of #647BFC
Black with #647BFC
Text Example
Text Example
White with #647BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647BFC; }
p { color: rgb(100,123,252); }
H1.HeaderClassName
{
color: #647BFC;
}
.AnyTagClassName
{
color: #647BFC;
}
</style>
background-color css
<style>
a { background-color: #647BFC; }
a { background-color: rgb(100,123,252); }
div.DivClassName
{
background-color: #647BFC;
}
.BgClassName
{
background-color: #647BFC;
}
</style>
border-color css
<style>
span { border-color: #647BFC; }
span { border-color: rgb(100,123,252); }
td.TdClassName
{
border-color: #647BFC;
}
.TagClassName
{
border-color: #647BFC;
}
</style>