Shades of Cornflower Blue #649FFB
Tints of Cornflower Blue #649FFB
RGB
CMYK
RGB Variations
Color information
#649FFB (or 0x649FFB) is known color: Cornflower Blue. HEX triplet: 64, 9F and FB. RGB value is (100,159,251). Sum of RGB (Red+Green+Blue) = 100+159+251=510 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.61% from 510); Green value is 159 (62.5% from 255 or 31.18% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #649FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649FFB is #9B6004. Grayscale: #979797. Windows color (decimal): -10182661 or 16490340. OLE color: 16490340.
HSL color Cylindrical-coordinate representation of color #649FFB: hue angle of 216.56º 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 #649FFB is Cyan = 0.60, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 100 | 159 | 251 | - |
| CMYK | 0.60 | 0.37 | 0 | 0.02 |
| HSL | 216.56º | 0.95% | 0.69% | - |
| HSV(B) | 216.56º | 0.6% | 0.98% | - |
| XYZ | 35.07 | 34.47 | 96.07 | - |
| YUV | 151.85 | 183.95 | 91.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 159 | 251 | 0.60 | 0.37 | 0 | 0.02 | 216.56 | 0.95 | 0.69 |
| Hex | 64 | 9F | FB | 3C | 25 | 0 | 2 | D9 | 5F | 45 |
| Octal | 144 | 237 | 373 | 74 | 45 | 0 | 2 | 331 | 137 | 105 |
| Binary | 1100100 | 10011111 | 11111011 | 111100 | 100101 | 0 | 10 | 11011001 | 1011111 | 1000101 |
Color Harmonies of #649FFB
Complementary color
Monochromatic Colors of #649FFB
Black with #649FFB
Text Example
Text Example
White with #649FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649FFB; }
p { color: rgb(100,159,251); }
H1.HeaderClassName
{
color: #649FFB;
}
.AnyTagClassName
{
color: #649FFB;
}
</style>
background-color css
<style>
a { background-color: #649FFB; }
a { background-color: rgb(100,159,251); }
div.DivClassName
{
background-color: #649FFB;
}
.BgClassName
{
background-color: #649FFB;
}
</style>
border-color css
<style>
span { border-color: #649FFB; }
span { border-color: rgb(100,159,251); }
td.TdClassName
{
border-color: #649FFB;
}
.TagClassName
{
border-color: #649FFB;
}
</style>