Shades of Cornflower Blue #649AFE
Tints of Cornflower Blue #649AFE
RGB
CMYK
RGB Variations
Color information
#649AFE (or 0x649AFE) is known color: Cornflower Blue. HEX triplet: 64, 9A and FE. RGB value is (100,154,254). Sum of RGB (Red+Green+Blue) = 100+154+254=508 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.69% from 508); Green value is 154 (60.55% from 255 or 30.31% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #649AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649AFE is #9B6501. Grayscale: #949494. Windows color (decimal): -10183938 or 16685668. OLE color: 16685668.
HSL color Cylindrical-coordinate representation of color #649AFE: hue angle of 218.96º 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 #649AFE is Cyan = 0.61, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 100 | 154 | 254 | - |
| CMYK | 0.61 | 0.39 | 0 | 0.00 |
| HSL | 218.96º | 0.99% | 0.69% | - |
| HSV(B) | 218.96º | 0.61% | 1% | - |
| XYZ | 34.7 | 32.98 | 98.3 | - |
| YUV | 149.25 | 187.11 | 92.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 254 | 0.61 | 0.39 | 0 | 0.00 | 218.96 | 0.99 | 0.69 |
| Hex | 64 | 9A | FE | 3D | 27 | 0 | 0 | DB | 63 | 45 |
| Octal | 144 | 232 | 376 | 75 | 47 | 0 | 0 | 333 | 143 | 105 |
| Binary | 1100100 | 10011010 | 11111110 | 111101 | 100111 | 0 | 0 | 11011011 | 1100011 | 1000101 |
Color Harmonies of #649AFE
Complementary color
Monochromatic Colors of #649AFE
Black with #649AFE
Text Example
Text Example
White with #649AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649AFE; }
p { color: rgb(100,154,254); }
H1.HeaderClassName
{
color: #649AFE;
}
.AnyTagClassName
{
color: #649AFE;
}
</style>
background-color css
<style>
a { background-color: #649AFE; }
a { background-color: rgb(100,154,254); }
div.DivClassName
{
background-color: #649AFE;
}
.BgClassName
{
background-color: #649AFE;
}
</style>
border-color css
<style>
span { border-color: #649AFE; }
span { border-color: rgb(100,154,254); }
td.TdClassName
{
border-color: #649AFE;
}
.TagClassName
{
border-color: #649AFE;
}
</style>