Shades of Cornflower Blue #649AEC
Tints of Cornflower Blue #649AEC
RGB
CMYK
RGB Variations
Color information
#649AEC (or 0x649AEC) is known color: Cornflower Blue. HEX triplet: 64, 9A and EC. RGB value is (100,154,236). Sum of RGB (Red+Green+Blue) = 100+154+236=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 236 (92.58% from 255 or 48.16% from 490); Max value from RGB is 236 - color contains mainly: blue. Hex color #649AEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649AEC is #9B6513. Grayscale: #929292. Windows color (decimal): -10183956 or 15506020. OLE color: 15506020.
HSL color Cylindrical-coordinate representation of color #649AEC: hue angle of 216.18º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #649AEC is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 154 | 236 | - |
| CMYK | 0.58 | 0.35 | 0 | 0.07 |
| HSL | 216.18º | 0.78% | 0.66% | - |
| HSV(B) | 216.18º | 0.58% | 0.93% | - |
| XYZ | 31.95 | 31.88 | 83.83 | - |
| YUV | 147.2 | 178.11 | 94.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 236 | 0.58 | 0.35 | 0 | 0.07 | 216.18 | 0.78 | 0.66 |
| Hex | 64 | 9A | EC | 3A | 23 | 0 | 7 | D8 | 4E | 42 |
| Octal | 144 | 232 | 354 | 72 | 43 | 0 | 7 | 330 | 116 | 102 |
| Binary | 1100100 | 10011010 | 11101100 | 111010 | 100011 | 0 | 111 | 11011000 | 1001110 | 1000010 |
Color Harmonies of #649AEC
Complementary color
Monochromatic Colors of #649AEC
Black with #649AEC
Text Example
Text Example
White with #649AEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649AEC; }
p { color: rgb(100,154,236); }
H1.HeaderClassName
{
color: #649AEC;
}
.AnyTagClassName
{
color: #649AEC;
}
</style>
background-color css
<style>
a { background-color: #649AEC; }
a { background-color: rgb(100,154,236); }
div.DivClassName
{
background-color: #649AEC;
}
.BgClassName
{
background-color: #649AEC;
}
</style>
border-color css
<style>
span { border-color: #649AEC; }
span { border-color: rgb(100,154,236); }
td.TdClassName
{
border-color: #649AEC;
}
.TagClassName
{
border-color: #649AEC;
}
</style>