Shades of Cornflower Blue #649FE8
Tints of Cornflower Blue #649FE8
RGB
CMYK
RGB Variations
Color information
#649FE8 (or 0x649FE8) is known color: Cornflower Blue. HEX triplet: 64, 9F and E8. RGB value is (100,159,232). Sum of RGB (Red+Green+Blue) = 100+159+232=491 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.37% from 491); Green value is 159 (62.5% from 255 or 32.38% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #649FE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FE8 is #9B6017. Grayscale: #959595. Windows color (decimal): -10182680 or 15245156. OLE color: 15245156.
HSL color Cylindrical-coordinate representation of color #649FE8: hue angle of 213.18º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #649FE8 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 100 | 159 | 232 | - |
| CMYK | 0.57 | 0.31 | 0 | 0.09 |
| HSL | 213.18º | 0.74% | 0.65% | - |
| HSV(B) | 213.18º | 0.57% | 0.91% | - |
| XYZ | 32.22 | 33.33 | 81.08 | - |
| YUV | 149.68 | 174.45 | 92.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 232 | 0.57 | 0.31 | 0 | 0.09 | 213.18 | 0.74 | 0.65 |
| Hex | 64 | 9F | E8 | 39 | 1F | 0 | 9 | D5 | 4A | 41 |
| Octal | 144 | 237 | 350 | 71 | 37 | 0 | 11 | 325 | 112 | 101 |
| Binary | 1100100 | 10011111 | 11101000 | 111001 | 11111 | 0 | 1001 | 11010101 | 1001010 | 1000001 |
Color Harmonies of #649FE8
Complementary color
Monochromatic Colors of #649FE8
Black with #649FE8
Text Example
Text Example
White with #649FE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649FE8; }
p { color: rgb(100,159,232); }
H1.HeaderClassName
{
color: #649FE8;
}
.AnyTagClassName
{
color: #649FE8;
}
</style>
background-color css
<style>
a { background-color: #649FE8; }
a { background-color: rgb(100,159,232); }
div.DivClassName
{
background-color: #649FE8;
}
.BgClassName
{
background-color: #649FE8;
}
</style>
border-color css
<style>
span { border-color: #649FE8; }
span { border-color: rgb(100,159,232); }
td.TdClassName
{
border-color: #649FE8;
}
.TagClassName
{
border-color: #649FE8;
}
</style>