Shades of Cornflower Blue #649EEB
Tints of Cornflower Blue #649EEB
RGB
CMYK
RGB Variations
Color information
#649EEB (or 0x649EEB) is known color: Cornflower Blue. HEX triplet: 64, 9E and EB. RGB value is (100,158,235). Sum of RGB (Red+Green+Blue) = 100+158+235=493 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.28% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #649EEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EEB is #9B6114. Grayscale: #959595. Windows color (decimal): -10182933 or 15441508. OLE color: 15441508.
HSL color Cylindrical-coordinate representation of color #649EEB: hue angle of 214.22º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #649EEB is Cyan = 0.57, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 158 | 235 | - |
| CMYK | 0.57 | 0.33 | 0 | 0.08 |
| HSL | 214.22º | 0.77% | 0.66% | - |
| HSV(B) | 214.22º | 0.57% | 0.92% | - |
| XYZ | 32.48 | 33.16 | 83.29 | - |
| YUV | 149.44 | 176.28 | 92.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 235 | 0.57 | 0.33 | 0 | 0.08 | 214.22 | 0.77 | 0.66 |
| Hex | 64 | 9E | EB | 39 | 21 | 0 | 8 | D6 | 4D | 42 |
| Octal | 144 | 236 | 353 | 71 | 41 | 0 | 10 | 326 | 115 | 102 |
| Binary | 1100100 | 10011110 | 11101011 | 111001 | 100001 | 0 | 1000 | 11010110 | 1001101 | 1000010 |
Color Harmonies of #649EEB
Complementary color
Monochromatic Colors of #649EEB
Black with #649EEB
Text Example
Text Example
White with #649EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649EEB; }
p { color: rgb(100,158,235); }
H1.HeaderClassName
{
color: #649EEB;
}
.AnyTagClassName
{
color: #649EEB;
}
</style>
background-color css
<style>
a { background-color: #649EEB; }
a { background-color: rgb(100,158,235); }
div.DivClassName
{
background-color: #649EEB;
}
.BgClassName
{
background-color: #649EEB;
}
</style>
border-color css
<style>
span { border-color: #649EEB; }
span { border-color: rgb(100,158,235); }
td.TdClassName
{
border-color: #649EEB;
}
.TagClassName
{
border-color: #649EEB;
}
</style>