Shades of Cornflower Blue #649CE1
Tints of Cornflower Blue #649CE1
RGB
CMYK
RGB Variations
Color information
#649CE1 (or 0x649CE1) is known color: Cornflower Blue. HEX triplet: 64, 9C and E1. RGB value is (100,156,225). Sum of RGB (Red+Green+Blue) = 100+156+225=481 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.79% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 225 (88.28% from 255 or 46.78% from 481); Max value from RGB is 225 - color contains mainly: blue. Hex color #649CE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CE1 is #9B631E. Grayscale: #929292. Windows color (decimal): -10183455 or 14785636. OLE color: 14785636.
HSL color Cylindrical-coordinate representation of color #649CE1: hue angle of 213.12º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #649CE1 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 100 | 156 | 225 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.12 |
| HSL | 213.12º | 0.68% | 0.64% | - |
| HSV(B) | 213.12º | 0.56% | 0.88% | - |
| XYZ | 30.73 | 31.92 | 75.78 | - |
| YUV | 147.12 | 171.95 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 225 | 0.56 | 0.31 | 0 | 0.12 | 213.12 | 0.68 | 0.64 |
| Hex | 64 | 9C | E1 | 38 | 1F | 0 | C | D5 | 44 | 40 |
| Octal | 144 | 234 | 341 | 70 | 37 | 0 | 14 | 325 | 104 | 100 |
| Binary | 1100100 | 10011100 | 11100001 | 111000 | 11111 | 0 | 1100 | 11010101 | 1000100 | 1000000 |
Color Harmonies of #649CE1
Complementary color
Monochromatic Colors of #649CE1
Black with #649CE1
Text Example
Text Example
White with #649CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CE1; }
p { color: rgb(100,156,225); }
H1.HeaderClassName
{
color: #649CE1;
}
.AnyTagClassName
{
color: #649CE1;
}
</style>
background-color css
<style>
a { background-color: #649CE1; }
a { background-color: rgb(100,156,225); }
div.DivClassName
{
background-color: #649CE1;
}
.BgClassName
{
background-color: #649CE1;
}
</style>
border-color css
<style>
span { border-color: #649CE1; }
span { border-color: rgb(100,156,225); }
td.TdClassName
{
border-color: #649CE1;
}
.TagClassName
{
border-color: #649CE1;
}
</style>