Shades of Cornflower Blue #649EFE
Tints of Cornflower Blue #649EFE
RGB
CMYK
RGB Variations
Color information
#649EFE (or 0x649EFE) is known color: Cornflower Blue. HEX triplet: 64, 9E and FE. RGB value is (100,158,254). Sum of RGB (Red+Green+Blue) = 100+158+254=512 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.53% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 254 (99.61% from 255 or 49.61% from 512); Max value from RGB is 254 - color contains mainly: blue. Hex color #649EFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EFE is #9B6101. Grayscale: #979797. Windows color (decimal): -10182914 or 16686692. OLE color: 16686692.
HSL color Cylindrical-coordinate representation of color #649EFE: hue angle of 217.4º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #649EFE is Cyan = 0.61, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 158 | 254 | - |
| CMYK | 0.61 | 0.38 | 0 | 0.00 |
| HSL | 217.4º | 0.99% | 0.69% | - |
| HSV(B) | 217.4º | 0.61% | 1% | - |
| XYZ | 35.37 | 34.32 | 98.53 | - |
| YUV | 151.6 | 185.78 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 254 | 0.61 | 0.38 | 0 | 0.00 | 217.4 | 0.99 | 0.69 |
| Hex | 64 | 9E | FE | 3D | 26 | 0 | 0 | D9 | 63 | 45 |
| Octal | 144 | 236 | 376 | 75 | 46 | 0 | 0 | 331 | 143 | 105 |
| Binary | 1100100 | 10011110 | 11111110 | 111101 | 100110 | 0 | 0 | 11011001 | 1100011 | 1000101 |
Color Harmonies of #649EFE
Complementary color
Monochromatic Colors of #649EFE
Black with #649EFE
Text Example
Text Example
White with #649EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649EFE; }
p { color: rgb(100,158,254); }
H1.HeaderClassName
{
color: #649EFE;
}
.AnyTagClassName
{
color: #649EFE;
}
</style>
background-color css
<style>
a { background-color: #649EFE; }
a { background-color: rgb(100,158,254); }
div.DivClassName
{
background-color: #649EFE;
}
.BgClassName
{
background-color: #649EFE;
}
</style>
border-color css
<style>
span { border-color: #649EFE; }
span { border-color: rgb(100,158,254); }
td.TdClassName
{
border-color: #649EFE;
}
.TagClassName
{
border-color: #649EFE;
}
</style>