Shades of Cornflower Blue #649EFF
Tints of Cornflower Blue #649EFF
RGB
CMYK
RGB Variations
Color information
#649EFF (or 0x649EFF) is known color: Cornflower Blue. HEX triplet: 64, 9E and FF. RGB value is (100,158,255). Sum of RGB (Red+Green+Blue) = 100+158+255=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 158 (62.11% from 255 or 30.80% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #649EFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EFF is #9B6100. Grayscale: #979797. Windows color (decimal): -10182913 or 16752228. OLE color: 16752228.
HSL color Cylindrical-coordinate representation of color #649EFF: hue angle of 217.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #649EFF is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 100 | 158 | 255 | - |
| CMYK | 0.61 | 0.38 | 0 | 0 |
| HSL | 217.55º | 1% | 0.7% | - |
| HSV(B) | 217.55º | 0.61% | 1% | - |
| XYZ | 35.53 | 34.38 | 99.37 | - |
| YUV | 151.72 | 186.28 | 91.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 255 | 0.61 | 0.38 | 0 | 0 | 217.55 | 1 | 0.7 |
| Hex | 64 | 9E | FF | 3D | 26 | 0 | 0 | DA | 64 | 46 |
| Octal | 144 | 236 | 377 | 75 | 46 | 0 | 0 | 332 | 144 | 106 |
| Binary | 1100100 | 10011110 | 11111111 | 111101 | 100110 | 0 | 0 | 11011010 | 1100100 | 1000110 |
Color Harmonies of #649EFF
Complementary color
Monochromatic Colors of #649EFF
Black with #649EFF
Text Example
Text Example
White with #649EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649EFF; }
p { color: rgb(100,158,255); }
H1.HeaderClassName
{
color: #649EFF;
}
.AnyTagClassName
{
color: #649EFF;
}
</style>
background-color css
<style>
a { background-color: #649EFF; }
a { background-color: rgb(100,158,255); }
div.DivClassName
{
background-color: #649EFF;
}
.BgClassName
{
background-color: #649EFF;
}
</style>
border-color css
<style>
span { border-color: #649EFF; }
span { border-color: rgb(100,158,255); }
td.TdClassName
{
border-color: #649EFF;
}
.TagClassName
{
border-color: #649EFF;
}
</style>