Shades of Cornflower Blue #648EDE
Tints of Cornflower Blue #648EDE
RGB
CMYK
RGB Variations
Color information
#648EDE (or 0x648EDE) is known color: Cornflower Blue. HEX triplet: 64, 8E and DE. RGB value is (100,142,222). Sum of RGB (Red+Green+Blue) = 100+142+222=464 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.55% from 464); Green value is 142 (55.86% from 255 or 30.60% from 464); Blue value is 222 (87.11% from 255 or 47.84% from 464); Max value from RGB is 222 - color contains mainly: blue. Hex color #648EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EDE is #9B7121. Grayscale: #8A8A8A. Windows color (decimal): -10187042 or 14585444. OLE color: 14585444.
HSL color Cylindrical-coordinate representation of color #648EDE: hue angle of 219.34º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #648EDE is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 100 | 142 | 222 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.13 |
| HSL | 219.34º | 0.65% | 0.63% | - |
| HSV(B) | 219.34º | 0.55% | 0.87% | - |
| XYZ | 28.11 | 27.33 | 72.9 | - |
| YUV | 138.56 | 175.09 | 100.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 222 | 0.55 | 0.36 | 0 | 0.13 | 219.34 | 0.65 | 0.63 |
| Hex | 64 | 8E | DE | 37 | 24 | 0 | D | DB | 41 | 3F |
| Octal | 144 | 216 | 336 | 67 | 44 | 0 | 15 | 333 | 101 | 77 |
| Binary | 1100100 | 10001110 | 11011110 | 110111 | 100100 | 0 | 1101 | 11011011 | 1000001 | 111111 |
Color Harmonies of #648EDE
Complementary color
Monochromatic Colors of #648EDE
Black with #648EDE
Text Example
Text Example
White with #648EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648EDE; }
p { color: rgb(100,142,222); }
H1.HeaderClassName
{
color: #648EDE;
}
.AnyTagClassName
{
color: #648EDE;
}
</style>
background-color css
<style>
a { background-color: #648EDE; }
a { background-color: rgb(100,142,222); }
div.DivClassName
{
background-color: #648EDE;
}
.BgClassName
{
background-color: #648EDE;
}
</style>
border-color css
<style>
span { border-color: #648EDE; }
span { border-color: rgb(100,142,222); }
td.TdClassName
{
border-color: #648EDE;
}
.TagClassName
{
border-color: #648EDE;
}
</style>