Shades of Cornflower Blue #649EED
Tints of Cornflower Blue #649EED
RGB
CMYK
RGB Variations
Color information
#649EED (or 0x649EED) is known color: Cornflower Blue. HEX triplet: 64, 9E and ED. RGB value is (100,158,237). Sum of RGB (Red+Green+Blue) = 100+158+237=495 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.20% from 495); Green value is 158 (62.11% from 255 or 31.92% from 495); Blue value is 237 (92.97% from 255 or 47.88% from 495); Max value from RGB is 237 - color contains mainly: blue. Hex color #649EED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EED is #9B6112. Grayscale: #959595. Windows color (decimal): -10182931 or 15572580. OLE color: 15572580.
HSL color Cylindrical-coordinate representation of color #649EED: hue angle of 214.6º degrees, saturation: 0.79, 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 #649EED is Cyan = 0.58, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 100 | 158 | 237 | - |
| CMYK | 0.58 | 0.33 | 0 | 0.07 |
| HSL | 214.6º | 0.79% | 0.66% | - |
| HSV(B) | 214.6º | 0.58% | 0.93% | - |
| XYZ | 32.77 | 33.28 | 84.82 | - |
| YUV | 149.66 | 177.28 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 237 | 0.58 | 0.33 | 0 | 0.07 | 214.6 | 0.79 | 0.66 |
| Hex | 64 | 9E | ED | 3A | 21 | 0 | 7 | D7 | 4F | 42 |
| Octal | 144 | 236 | 355 | 72 | 41 | 0 | 7 | 327 | 117 | 102 |
| Binary | 1100100 | 10011110 | 11101101 | 111010 | 100001 | 0 | 111 | 11010111 | 1001111 | 1000010 |
Color Harmonies of #649EED
Complementary color
Monochromatic Colors of #649EED
Black with #649EED
Text Example
Text Example
White with #649EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649EED; }
p { color: rgb(100,158,237); }
H1.HeaderClassName
{
color: #649EED;
}
.AnyTagClassName
{
color: #649EED;
}
</style>
background-color css
<style>
a { background-color: #649EED; }
a { background-color: rgb(100,158,237); }
div.DivClassName
{
background-color: #649EED;
}
.BgClassName
{
background-color: #649EED;
}
</style>
border-color css
<style>
span { border-color: #649EED; }
span { border-color: rgb(100,158,237); }
td.TdClassName
{
border-color: #649EED;
}
.TagClassName
{
border-color: #649EED;
}
</style>