Shades of Cornflower Blue #649EF0
Tints of Cornflower Blue #649EF0
RGB
CMYK
RGB Variations
Color information
#649EF0 (or 0x649EF0) is known color: Cornflower Blue. HEX triplet: 64, 9E and F0. RGB value is (100,158,240). Sum of RGB (Red+Green+Blue) = 100+158+240=498 (65% of max value = 765). Red value is 100 (39.45% from 255 or 20.08% from 498); Green value is 158 (62.11% from 255 or 31.73% from 498); Blue value is 240 (94.14% from 255 or 48.19% from 498); Max value from RGB is 240 - color contains mainly: blue. Hex color #649EF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EF0 is #9B610F. Grayscale: #959595. Windows color (decimal): -10182928 or 15769188. OLE color: 15769188.
HSL color Cylindrical-coordinate representation of color #649EF0: hue angle of 215.14º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #649EF0 is Cyan = 0.58, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 100 | 158 | 240 | - |
| CMYK | 0.58 | 0.34 | 0 | 0.06 |
| HSL | 215.14º | 0.82% | 0.67% | - |
| HSV(B) | 215.14º | 0.58% | 0.94% | - |
| XYZ | 33.21 | 33.45 | 87.15 | - |
| YUV | 150.01 | 178.78 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 240 | 0.58 | 0.34 | 0 | 0.06 | 215.14 | 0.82 | 0.67 |
| Hex | 64 | 9E | F0 | 3A | 22 | 0 | 6 | D7 | 52 | 43 |
| Octal | 144 | 236 | 360 | 72 | 42 | 0 | 6 | 327 | 122 | 103 |
| Binary | 1100100 | 10011110 | 11110000 | 111010 | 100010 | 0 | 110 | 11010111 | 1010010 | 1000011 |
Color Harmonies of #649EF0
Complementary color
Monochromatic Colors of #649EF0
Black with #649EF0
Text Example
Text Example
White with #649EF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649EF0; }
p { color: rgb(100,158,240); }
H1.HeaderClassName
{
color: #649EF0;
}
.AnyTagClassName
{
color: #649EF0;
}
</style>
background-color css
<style>
a { background-color: #649EF0; }
a { background-color: rgb(100,158,240); }
div.DivClassName
{
background-color: #649EF0;
}
.BgClassName
{
background-color: #649EF0;
}
</style>
border-color css
<style>
span { border-color: #649EF0; }
span { border-color: rgb(100,158,240); }
td.TdClassName
{
border-color: #649EF0;
}
.TagClassName
{
border-color: #649EF0;
}
</style>