Shades of Cornflower Blue #649ADC
Tints of Cornflower Blue #649ADC
RGB
CMYK
RGB Variations
Color information
#649ADC (or 0x649ADC) is known color: Cornflower Blue. HEX triplet: 64, 9A and DC. RGB value is (100,154,220). Sum of RGB (Red+Green+Blue) = 100+154+220=474 (62% of max value = 765). Red value is 100 (39.45% from 255 or 21.10% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 220 (86.33% from 255 or 46.41% from 474); Max value from RGB is 220 - color contains mainly: blue. Hex color #649ADC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #649ADC is #9B6523. Grayscale: #919191. Windows color (decimal): -10183972 or 14457444. OLE color: 14457444.
HSL color Cylindrical-coordinate representation of color #649ADC: hue angle of 213º 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 #649ADC is Cyan = 0.55, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 100 | 154 | 220 | - |
| CMYK | 0.55 | 0.3 | 0 | 0.14 |
| HSL | 213º | 0.63% | 0.63% | - |
| HSV(B) | 213º | 0.55% | 0.86% | - |
| XYZ | 29.73 | 30.99 | 72.12 | - |
| YUV | 145.38 | 170.11 | 95.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 154 | 220 | 0.55 | 0.3 | 0 | 0.14 | 213 | 0.63 | 0.63 |
| Hex | 64 | 9A | DC | 37 | 1E | 0 | E | D5 | 3F | 3F |
| Octal | 144 | 232 | 334 | 67 | 36 | 0 | 16 | 325 | 77 | 77 |
| Binary | 1100100 | 10011010 | 11011100 | 110111 | 11110 | 0 | 1110 | 11010101 | 111111 | 111111 |
Color Harmonies of #649ADC
Complementary color
Monochromatic Colors of #649ADC
Black with #649ADC
Text Example
Text Example
White with #649ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #649ADC; }
p { color: rgb(100,154,220); }
H1.HeaderClassName
{
color: #649ADC;
}
.AnyTagClassName
{
color: #649ADC;
}
</style>
background-color css
<style>
a { background-color: #649ADC; }
a { background-color: rgb(100,154,220); }
div.DivClassName
{
background-color: #649ADC;
}
.BgClassName
{
background-color: #649ADC;
}
</style>
border-color css
<style>
span { border-color: #649ADC; }
span { border-color: rgb(100,154,220); }
td.TdClassName
{
border-color: #649ADC;
}
.TagClassName
{
border-color: #649ADC;
}
</style>