Shades of Cornflower Blue #649EF1
Tints of Cornflower Blue #649EF1
RGB
CMYK
RGB Variations
Color information
#649EF1 (or 0x649EF1) is known color: Cornflower Blue. HEX triplet: 64, 9E and F1. RGB value is (100,158,241). Sum of RGB (Red+Green+Blue) = 100+158+241=499 (66% of max value = 765). Red value is 100 (39.45% from 255 or 20.04% from 499); Green value is 158 (62.11% from 255 or 31.66% from 499); Blue value is 241 (94.53% from 255 or 48.30% from 499); Max value from RGB is 241 - color contains mainly: blue. Hex color #649EF1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #649EF1 is #9B610E. Grayscale: #959595. Windows color (decimal): -10182927 or 15834724. OLE color: 15834724.
HSL color Cylindrical-coordinate representation of color #649EF1: hue angle of 215.32º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #649EF1 is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 100 | 158 | 241 | - |
| CMYK | 0.59 | 0.34 | 0 | 0.05 |
| HSL | 215.32º | 0.83% | 0.67% | - |
| HSV(B) | 215.32º | 0.59% | 0.95% | - |
| XYZ | 33.36 | 33.51 | 87.93 | - |
| YUV | 150.12 | 179.28 | 92.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 158 | 241 | 0.59 | 0.34 | 0 | 0.05 | 215.32 | 0.83 | 0.67 |
| Hex | 64 | 9E | F1 | 3B | 22 | 0 | 5 | D7 | 53 | 43 |
| Octal | 144 | 236 | 361 | 73 | 42 | 0 | 5 | 327 | 123 | 103 |
| Binary | 1100100 | 10011110 | 11110001 | 111011 | 100010 | 0 | 101 | 11010111 | 1010011 | 1000011 |
Color Harmonies of #649EF1
Complementary color
Monochromatic Colors of #649EF1
Black with #649EF1
Text Example
Text Example
White with #649EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649EF1; }
p { color: rgb(100,158,241); }
H1.HeaderClassName
{
color: #649EF1;
}
.AnyTagClassName
{
color: #649EF1;
}
</style>
background-color css
<style>
a { background-color: #649EF1; }
a { background-color: rgb(100,158,241); }
div.DivClassName
{
background-color: #649EF1;
}
.BgClassName
{
background-color: #649EF1;
}
</style>
border-color css
<style>
span { border-color: #649EF1; }
span { border-color: rgb(100,158,241); }
td.TdClassName
{
border-color: #649EF1;
}
.TagClassName
{
border-color: #649EF1;
}
</style>