Shades of Cornflower Blue #648ED9
Tints of Cornflower Blue #648ED9
RGB
CMYK
RGB Variations
Color information
#648ED9 (or 0x648ED9) is known color: Cornflower Blue. HEX triplet: 64, 8E and D9. RGB value is (100,142,217). Sum of RGB (Red+Green+Blue) = 100+142+217=459 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.79% from 459); Green value is 142 (55.86% from 255 or 30.94% from 459); Blue value is 217 (85.16% from 255 or 47.28% from 459); Max value from RGB is 217 - color contains mainly: blue. Hex color #648ED9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ED9 is #9B7126. Grayscale: #898989. Windows color (decimal): -10187047 or 14257764. OLE color: 14257764.
HSL color Cylindrical-coordinate representation of color #648ED9: hue angle of 218.46º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #648ED9 is Cyan = 0.54, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 100 | 142 | 217 | - |
| CMYK | 0.54 | 0.35 | 0 | 0.15 |
| HSL | 218.46º | 0.61% | 0.62% | - |
| HSV(B) | 218.46º | 0.54% | 0.85% | - |
| XYZ | 27.45 | 27.07 | 69.42 | - |
| YUV | 137.99 | 172.59 | 100.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 217 | 0.54 | 0.35 | 0 | 0.15 | 218.46 | 0.61 | 0.62 |
| Hex | 64 | 8E | D9 | 36 | 23 | 0 | F | DA | 3D | 3E |
| Octal | 144 | 216 | 331 | 66 | 43 | 0 | 17 | 332 | 75 | 76 |
| Binary | 1100100 | 10001110 | 11011001 | 110110 | 100011 | 0 | 1111 | 11011010 | 111101 | 111110 |
Color Harmonies of #648ED9
Complementary color
Monochromatic Colors of #648ED9
Black with #648ED9
Text Example
Text Example
White with #648ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648ED9; }
p { color: rgb(100,142,217); }
H1.HeaderClassName
{
color: #648ED9;
}
.AnyTagClassName
{
color: #648ED9;
}
</style>
background-color css
<style>
a { background-color: #648ED9; }
a { background-color: rgb(100,142,217); }
div.DivClassName
{
background-color: #648ED9;
}
.BgClassName
{
background-color: #648ED9;
}
</style>
border-color css
<style>
span { border-color: #648ED9; }
span { border-color: rgb(100,142,217); }
td.TdClassName
{
border-color: #648ED9;
}
.TagClassName
{
border-color: #648ED9;
}
</style>