Shades of Cornflower Blue #647CF8
Tints of Cornflower Blue #647CF8
RGB
CMYK
RGB Variations
Color information
#647CF8 (or 0x647CF8) is known color: Cornflower Blue. HEX triplet: 64, 7C and F8. RGB value is (100,124,248). Sum of RGB (Red+Green+Blue) = 100+124+248=472 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.19% from 472); Green value is 124 (48.83% from 255 or 26.27% from 472); Blue value is 248 (97.27% from 255 or 52.54% from 472); Max value from RGB is 248 - color contains mainly: blue. Hex color #647CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #647CF8 is #9B8307. Grayscale: #828282. Windows color (decimal): -10191624 or 16284772. OLE color: 16284772.
HSL color Cylindrical-coordinate representation of color #647CF8: hue angle of 230.27º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #647CF8 is Cyan = 0.60, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 100 | 124 | 248 | - |
| CMYK | 0.60 | 0.5 | 0 | 0.03 |
| HSL | 230.27º | 0.91% | 0.68% | - |
| HSV(B) | 230.27º | 0.6% | 0.97% | - |
| XYZ | 29.41 | 23.9 | 91.87 | - |
| YUV | 130.96 | 194.05 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 124 | 248 | 0.60 | 0.5 | 0 | 0.03 | 230.27 | 0.91 | 0.68 |
| Hex | 64 | 7C | F8 | 3C | 32 | 0 | 3 | E6 | 5B | 44 |
| Octal | 144 | 174 | 370 | 74 | 62 | 0 | 3 | 346 | 133 | 104 |
| Binary | 1100100 | 1111100 | 11111000 | 111100 | 110010 | 0 | 11 | 11100110 | 1011011 | 1000100 |
Color Harmonies of #647CF8
Complementary color
Monochromatic Colors of #647CF8
Black with #647CF8
Text Example
Text Example
White with #647CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #647CF8; }
p { color: rgb(100,124,248); }
H1.HeaderClassName
{
color: #647CF8;
}
.AnyTagClassName
{
color: #647CF8;
}
</style>
background-color css
<style>
a { background-color: #647CF8; }
a { background-color: rgb(100,124,248); }
div.DivClassName
{
background-color: #647CF8;
}
.BgClassName
{
background-color: #647CF8;
}
</style>
border-color css
<style>
span { border-color: #647CF8; }
span { border-color: rgb(100,124,248); }
td.TdClassName
{
border-color: #647CF8;
}
.TagClassName
{
border-color: #647CF8;
}
</style>