Shades of Cornflower Blue #649BEB
Tints of Cornflower Blue #649BEB
RGB
CMYK
RGB Variations
Color information
#649BEB (or 0x649BEB) is known color: Cornflower Blue. HEX triplet: 64, 9B and EB. RGB value is (100,155,235). Sum of RGB (Red+Green+Blue) = 100+155+235=490 (64% of max value = 765). Red value is 100 (39.45% from 255 or 20.41% from 490); Green value is 155 (60.94% from 255 or 31.63% from 490); Blue value is 235 (92.19% from 255 or 47.96% from 490); Max value from RGB is 235 - color contains mainly: blue. Hex color #649BEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649BEB is #9B6414. Grayscale: #939393. Windows color (decimal): -10183701 or 15440740. OLE color: 15440740.
HSL color Cylindrical-coordinate representation of color #649BEB: hue angle of 215.56º 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 #649BEB is Cyan = 0.57, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 100 | 155 | 235 | - |
| CMYK | 0.57 | 0.34 | 0 | 0.08 |
| HSL | 215.56º | 0.77% | 0.66% | - |
| HSV(B) | 215.56º | 0.57% | 0.92% | - |
| XYZ | 31.97 | 32.15 | 83.12 | - |
| YUV | 147.68 | 177.28 | 94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 155 | 235 | 0.57 | 0.34 | 0 | 0.08 | 215.56 | 0.77 | 0.66 |
| Hex | 64 | 9B | EB | 39 | 22 | 0 | 8 | D8 | 4D | 42 |
| Octal | 144 | 233 | 353 | 71 | 42 | 0 | 10 | 330 | 115 | 102 |
| Binary | 1100100 | 10011011 | 11101011 | 111001 | 100010 | 0 | 1000 | 11011000 | 1001101 | 1000010 |
Color Harmonies of #649BEB
Complementary color
Monochromatic Colors of #649BEB
Black with #649BEB
Text Example
Text Example
White with #649BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649BEB; }
p { color: rgb(100,155,235); }
H1.HeaderClassName
{
color: #649BEB;
}
.AnyTagClassName
{
color: #649BEB;
}
</style>
background-color css
<style>
a { background-color: #649BEB; }
a { background-color: rgb(100,155,235); }
div.DivClassName
{
background-color: #649BEB;
}
.BgClassName
{
background-color: #649BEB;
}
</style>
border-color css
<style>
span { border-color: #649BEB; }
span { border-color: rgb(100,155,235); }
td.TdClassName
{
border-color: #649BEB;
}
.TagClassName
{
border-color: #649BEB;
}
</style>