Shades of Cornflower Blue #649CE0
Tints of Cornflower Blue #649CE0
RGB
CMYK
RGB Variations
Color information
#649CE0 (or 0x649CE0) is known color: Cornflower Blue. HEX triplet: 64, 9C and E0. RGB value is (100,156,224). Sum of RGB (Red+Green+Blue) = 100+156+224=480 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.83% from 480); Green value is 156 (61.33% from 255 or 32.5% from 480); Blue value is 224 (87.89% from 255 or 46.67% from 480); Max value from RGB is 224 - color contains mainly: blue. Hex color #649CE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CE0 is #9B631F. Grayscale: #929292. Windows color (decimal): -10183456 or 14720100. OLE color: 14720100.
HSL color Cylindrical-coordinate representation of color #649CE0: hue angle of 212.9º degrees, saturation: 0.67, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #649CE0 is Cyan = 0.55, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 156 | 224 | - |
| CMYK | 0.55 | 0.30 | 0 | 0.12 |
| HSL | 212.9º | 0.67% | 0.64% | - |
| HSV(B) | 212.9º | 0.55% | 0.88% | - |
| XYZ | 30.6 | 31.87 | 75.06 | - |
| YUV | 147.01 | 171.45 | 94.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 224 | 0.55 | 0.30 | 0 | 0.12 | 212.9 | 0.67 | 0.64 |
| Hex | 64 | 9C | E0 | 37 | 1E | 0 | C | D5 | 43 | 40 |
| Octal | 144 | 234 | 340 | 67 | 36 | 0 | 14 | 325 | 103 | 100 |
| Binary | 1100100 | 10011100 | 11100000 | 110111 | 11110 | 0 | 1100 | 11010101 | 1000011 | 1000000 |
Color Harmonies of #649CE0
Complementary color
Monochromatic Colors of #649CE0
Black with #649CE0
Text Example
Text Example
White with #649CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CE0; }
p { color: rgb(100,156,224); }
H1.HeaderClassName
{
color: #649CE0;
}
.AnyTagClassName
{
color: #649CE0;
}
</style>
background-color css
<style>
a { background-color: #649CE0; }
a { background-color: rgb(100,156,224); }
div.DivClassName
{
background-color: #649CE0;
}
.BgClassName
{
background-color: #649CE0;
}
</style>
border-color css
<style>
span { border-color: #649CE0; }
span { border-color: rgb(100,156,224); }
td.TdClassName
{
border-color: #649CE0;
}
.TagClassName
{
border-color: #649CE0;
}
</style>