Shades of Cornflower Blue #649CE2
Tints of Cornflower Blue #649CE2
RGB
CMYK
RGB Variations
Color information
#649CE2 (or 0x649CE2) is known color: Cornflower Blue. HEX triplet: 64, 9C and E2. RGB value is (100,156,226). Sum of RGB (Red+Green+Blue) = 100+156+226=482 (63% of max value = 765). Red value is 100 (39.45% from 255 or 20.75% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 226 (88.67% from 255 or 46.89% from 482); Max value from RGB is 226 - color contains mainly: blue. Hex color #649CE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649CE2 is #9B631D. Grayscale: #929292. Windows color (decimal): -10183454 or 14851172. OLE color: 14851172.
HSL color Cylindrical-coordinate representation of color #649CE2: hue angle of 213.33º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #649CE2 is Cyan = 0.56, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 100 | 156 | 226 | - |
| CMYK | 0.56 | 0.31 | 0 | 0.11 |
| HSL | 213.33º | 0.68% | 0.64% | - |
| HSV(B) | 213.33º | 0.56% | 0.89% | - |
| XYZ | 30.87 | 31.98 | 76.5 | - |
| YUV | 147.24 | 172.45 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 156 | 226 | 0.56 | 0.31 | 0 | 0.11 | 213.33 | 0.68 | 0.64 |
| Hex | 64 | 9C | E2 | 38 | 1F | 0 | B | D5 | 44 | 40 |
| Octal | 144 | 234 | 342 | 70 | 37 | 0 | 13 | 325 | 104 | 100 |
| Binary | 1100100 | 10011100 | 11100010 | 111000 | 11111 | 0 | 1011 | 11010101 | 1000100 | 1000000 |
Color Harmonies of #649CE2
Complementary color
Monochromatic Colors of #649CE2
Black with #649CE2
Text Example
Text Example
White with #649CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649CE2; }
p { color: rgb(100,156,226); }
H1.HeaderClassName
{
color: #649CE2;
}
.AnyTagClassName
{
color: #649CE2;
}
</style>
background-color css
<style>
a { background-color: #649CE2; }
a { background-color: rgb(100,156,226); }
div.DivClassName
{
background-color: #649CE2;
}
.BgClassName
{
background-color: #649CE2;
}
</style>
border-color css
<style>
span { border-color: #649CE2; }
span { border-color: rgb(100,156,226); }
td.TdClassName
{
border-color: #649CE2;
}
.TagClassName
{
border-color: #649CE2;
}
</style>