Shades of Cornflower Blue #649EFA
Tints of Cornflower Blue #649EFA
RGB
CMYK
RGB Variations
Color information
#649EFA (or 0x649EFA) is known color: Cornflower Blue. HEX triplet: 64, 9E and FA. RGB value is (100,158,250). Sum of RGB (Red+Green+Blue) = 100+158+250=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 158 (62.11% from 255 or 31.10% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #649EFA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EFA is #9B6105. Grayscale: #969696. Windows color (decimal): -10182918 or 16424548. OLE color: 16424548.
HSL color Cylindrical-coordinate representation of color #649EFA: hue angle of 216.8º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #649EFA is Cyan = 0.6, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 158 | 250 | - |
| CMYK | 0.6 | 0.37 | 0 | 0.02 |
| HSL | 216.8º | 0.94% | 0.69% | - |
| HSV(B) | 216.8º | 0.6% | 0.98% | - |
| XYZ | 34.74 | 34.07 | 95.19 | - |
| YUV | 151.15 | 183.78 | 91.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 250 | 0.6 | 0.37 | 0 | 0.02 | 216.8 | 0.94 | 0.69 |
| Hex | 64 | 9E | FA | 3C | 25 | 0 | 2 | D9 | 5E | 45 |
| Octal | 144 | 236 | 372 | 74 | 45 | 0 | 2 | 331 | 136 | 105 |
| Binary | 1100100 | 10011110 | 11111010 | 111100 | 100101 | 0 | 10 | 11011001 | 1011110 | 1000101 |
Color Harmonies of #649EFA
Complementary color
Monochromatic Colors of #649EFA
Black with #649EFA
Text Example
Text Example
White with #649EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649EFA; }
p { color: rgb(100,158,250); }
H1.HeaderClassName
{
color: #649EFA;
}
.AnyTagClassName
{
color: #649EFA;
}
</style>
background-color css
<style>
a { background-color: #649EFA; }
a { background-color: rgb(100,158,250); }
div.DivClassName
{
background-color: #649EFA;
}
.BgClassName
{
background-color: #649EFA;
}
</style>
border-color css
<style>
span { border-color: #649EFA; }
span { border-color: rgb(100,158,250); }
td.TdClassName
{
border-color: #649EFA;
}
.TagClassName
{
border-color: #649EFA;
}
</style>