Shades of Cornflower Blue #649EEA
Tints of Cornflower Blue #649EEA
RGB
CMYK
RGB Variations
Color information
#649EEA (or 0x649EEA) is known color: Cornflower Blue. HEX triplet: 64, 9E and EA. RGB value is (100,158,234). Sum of RGB (Red+Green+Blue) = 100+158+234=492 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.33% from 492); Green value is 158 (62.11% from 255 or 32.11% from 492); Blue value is 234 (91.80% from 255 or 47.56% from 492); Max value from RGB is 234 - color contains mainly: blue. Hex color #649EEA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EEA is #9B6115. Grayscale: #949494. Windows color (decimal): -10182934 or 15375972. OLE color: 15375972.
HSL color Cylindrical-coordinate representation of color #649EEA: hue angle of 214.03º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #649EEA is Cyan = 0.57, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 158 | 234 | - |
| CMYK | 0.57 | 0.32 | 0 | 0.08 |
| HSL | 214.03º | 0.76% | 0.65% | - |
| HSV(B) | 214.03º | 0.57% | 0.92% | - |
| XYZ | 32.33 | 33.1 | 82.53 | - |
| YUV | 149.32 | 175.78 | 92.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 234 | 0.57 | 0.32 | 0 | 0.08 | 214.03 | 0.76 | 0.65 |
| Hex | 64 | 9E | EA | 39 | 20 | 0 | 8 | D6 | 4C | 41 |
| Octal | 144 | 236 | 352 | 71 | 40 | 0 | 10 | 326 | 114 | 101 |
| Binary | 1100100 | 10011110 | 11101010 | 111001 | 100000 | 0 | 1000 | 11010110 | 1001100 | 1000001 |
Color Harmonies of #649EEA
Complementary color
Monochromatic Colors of #649EEA
Black with #649EEA
Text Example
Text Example
White with #649EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649EEA; }
p { color: rgb(100,158,234); }
H1.HeaderClassName
{
color: #649EEA;
}
.AnyTagClassName
{
color: #649EEA;
}
</style>
background-color css
<style>
a { background-color: #649EEA; }
a { background-color: rgb(100,158,234); }
div.DivClassName
{
background-color: #649EEA;
}
.BgClassName
{
background-color: #649EEA;
}
</style>
border-color css
<style>
span { border-color: #649EEA; }
span { border-color: rgb(100,158,234); }
td.TdClassName
{
border-color: #649EEA;
}
.TagClassName
{
border-color: #649EEA;
}
</style>