Shades of Cornflower Blue #648EDC
Tints of Cornflower Blue #648EDC
RGB
CMYK
RGB Variations
Color information
#648EDC (or 0x648EDC) is known color: Cornflower Blue. HEX triplet: 64, 8E and DC. RGB value is (100,142,220). Sum of RGB (Red+Green+Blue) = 100+142+220=462 (61% of max value = 765). Red value is 100 (39.45% from 255 or 21.65% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 220 - color contains mainly: blue. Hex color #648EDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648EDC is #9B7123. Grayscale: #898989. Windows color (decimal): -10187044 or 14454372. OLE color: 14454372.
HSL color Cylindrical-coordinate representation of color #648EDC: hue angle of 219º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #648EDC is Cyan = 0.55, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 142 | 220 | - |
| CMYK | 0.55 | 0.35 | 0 | 0.14 |
| HSL | 219º | 0.63% | 0.63% | - |
| HSV(B) | 219º | 0.55% | 0.86% | - |
| XYZ | 27.85 | 27.22 | 71.5 | - |
| YUV | 138.33 | 174.09 | 100.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 220 | 0.55 | 0.35 | 0 | 0.14 | 219 | 0.63 | 0.63 |
| Hex | 64 | 8E | DC | 37 | 23 | 0 | E | DB | 3F | 3F |
| Octal | 144 | 216 | 334 | 67 | 43 | 0 | 16 | 333 | 77 | 77 |
| Binary | 1100100 | 10001110 | 11011100 | 110111 | 100011 | 0 | 1110 | 11011011 | 111111 | 111111 |
Color Harmonies of #648EDC
Complementary color
Monochromatic Colors of #648EDC
Black with #648EDC
Text Example
Text Example
White with #648EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648EDC; }
p { color: rgb(100,142,220); }
H1.HeaderClassName
{
color: #648EDC;
}
.AnyTagClassName
{
color: #648EDC;
}
</style>
background-color css
<style>
a { background-color: #648EDC; }
a { background-color: rgb(100,142,220); }
div.DivClassName
{
background-color: #648EDC;
}
.BgClassName
{
background-color: #648EDC;
}
</style>
border-color css
<style>
span { border-color: #648EDC; }
span { border-color: rgb(100,142,220); }
td.TdClassName
{
border-color: #648EDC;
}
.TagClassName
{
border-color: #648EDC;
}
</style>