Shades of Cornflower Blue #648ADC
Tints of Cornflower Blue #648ADC
RGB
CMYK
RGB Variations
Color information
#648ADC (or 0x648ADC) is known color: Cornflower Blue. HEX triplet: 64, 8A and DC. RGB value is (100,138,220). Sum of RGB (Red+Green+Blue) = 100+138+220=458 (60% of max value = 765). Red value is 100 (39.45% from 255 or 21.83% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #648ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ADC is #9B7523. Grayscale: #878787. Windows color (decimal): -10188068 or 14453348. OLE color: 14453348.
HSL color Cylindrical-coordinate representation of color #648ADC: hue angle of 221º 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 #648ADC is Cyan = 0.55, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 138 | 220 | - |
| CMYK | 0.55 | 0.37 | 0 | 0.14 |
| HSL | 221º | 0.63% | 0.63% | - |
| HSV(B) | 221º | 0.55% | 0.86% | - |
| XYZ | 27.26 | 26.05 | 71.3 | - |
| YUV | 135.99 | 175.41 | 102.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 138 | 220 | 0.55 | 0.37 | 0 | 0.14 | 221 | 0.63 | 0.63 |
| Hex | 64 | 8A | DC | 37 | 25 | 0 | E | DD | 3F | 3F |
| Octal | 144 | 212 | 334 | 67 | 45 | 0 | 16 | 335 | 77 | 77 |
| Binary | 1100100 | 10001010 | 11011100 | 110111 | 100101 | 0 | 1110 | 11011101 | 111111 | 111111 |
Color Harmonies of #648ADC
Complementary color
Monochromatic Colors of #648ADC
Black with #648ADC
Text Example
Text Example
White with #648ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648ADC; }
p { color: rgb(100,138,220); }
H1.HeaderClassName
{
color: #648ADC;
}
.AnyTagClassName
{
color: #648ADC;
}
</style>
background-color css
<style>
a { background-color: #648ADC; }
a { background-color: rgb(100,138,220); }
div.DivClassName
{
background-color: #648ADC;
}
.BgClassName
{
background-color: #648ADC;
}
</style>
border-color css
<style>
span { border-color: #648ADC; }
span { border-color: rgb(100,138,220); }
td.TdClassName
{
border-color: #648ADC;
}
.TagClassName
{
border-color: #648ADC;
}
</style>