Shades of Cornflower Blue #649EFB
Tints of Cornflower Blue #649EFB
RGB
CMYK
RGB Variations
Color information
#649EFB (or 0x649EFB) is known color: Cornflower Blue. HEX triplet: 64, 9E and FB. RGB value is (100,158,251). Sum of RGB (Red+Green+Blue) = 100+158+251=509 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.65% from 509); Green value is 158 (62.11% from 255 or 31.04% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #649EFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EFB is #9B6104. Grayscale: #969696. Windows color (decimal): -10182917 or 16490084. OLE color: 16490084.
HSL color Cylindrical-coordinate representation of color #649EFB: hue angle of 216.95º degrees, saturation: 0.95, 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 #649EFB is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 158 | 251 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.02 |
| HSL | 216.95º | 0.95% | 0.69% | - |
| HSV(B) | 216.95º | 0.6% | 0.98% | - |
| XYZ | 34.89 | 34.13 | 96.02 | - |
| YUV | 151.26 | 184.28 | 91.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 251 | 0.60 | 0.37 | 0 | 0.02 | 216.95 | 0.95 | 0.69 |
| Hex | 64 | 9E | FB | 3C | 25 | 0 | 2 | D9 | 5F | 45 |
| Octal | 144 | 236 | 373 | 74 | 45 | 0 | 2 | 331 | 137 | 105 |
| Binary | 1100100 | 10011110 | 11111011 | 111100 | 100101 | 0 | 10 | 11011001 | 1011111 | 1000101 |
Color Harmonies of #649EFB
Complementary color
Monochromatic Colors of #649EFB
Black with #649EFB
Text Example
Text Example
White with #649EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649EFB; }
p { color: rgb(100,158,251); }
H1.HeaderClassName
{
color: #649EFB;
}
.AnyTagClassName
{
color: #649EFB;
}
</style>
background-color css
<style>
a { background-color: #649EFB; }
a { background-color: rgb(100,158,251); }
div.DivClassName
{
background-color: #649EFB;
}
.BgClassName
{
background-color: #649EFB;
}
</style>
border-color css
<style>
span { border-color: #649EFB; }
span { border-color: rgb(100,158,251); }
td.TdClassName
{
border-color: #649EFB;
}
.TagClassName
{
border-color: #649EFB;
}
</style>