Shades of Danube #648ECC
Tints of Danube #648ECC
RGB
CMYK
RGB Variations
Color information
#648ECC (or 0x648ECC) is known color: Danube. HEX triplet: 64, 8E and CC. RGB value is (100,142,204). Sum of RGB (Red+Green+Blue) = 100+142+204=446 (59% of max value = 765). Red value is 100 (39.45% from 255 or 22.42% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #648ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #648ECC is #9B7133. Grayscale: #888888. Windows color (decimal): -10187060 or 13405796. OLE color: 13405796.
HSL color Cylindrical-coordinate representation of color #648ECC: hue angle of 215.77º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #648ECC is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 100 | 142 | 204 | - |
| CMYK | 0.51 | 0.30 | 0 | 0.2 |
| HSL | 215.77º | 0.5% | 0.6% | - |
| HSV(B) | 215.77º | 0.51% | 0.8% | - |
| XYZ | 25.83 | 26.41 | 60.86 | - |
| YUV | 136.51 | 166.09 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 142 | 204 | 0.51 | 0.30 | 0 | 0.2 | 215.77 | 0.5 | 0.6 |
| Hex | 64 | 8E | CC | 33 | 1E | 0 | 14 | D8 | 32 | 3C |
| Octal | 144 | 216 | 314 | 63 | 36 | 0 | 24 | 330 | 62 | 74 |
| Binary | 1100100 | 10001110 | 11001100 | 110011 | 11110 | 0 | 10100 | 11011000 | 110010 | 111100 |
Color Harmonies of #648ECC
Complementary color
Monochromatic Colors of #648ECC
Black with #648ECC
Text Example
Text Example
White with #648ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #648ECC; }
p { color: rgb(100,142,204); }
H1.HeaderClassName
{
color: #648ECC;
}
.AnyTagClassName
{
color: #648ECC;
}
</style>
background-color css
<style>
a { background-color: #648ECC; }
a { background-color: rgb(100,142,204); }
div.DivClassName
{
background-color: #648ECC;
}
.BgClassName
{
background-color: #648ECC;
}
</style>
border-color css
<style>
span { border-color: #648ECC; }
span { border-color: rgb(100,142,204); }
td.TdClassName
{
border-color: #648ECC;
}
.TagClassName
{
border-color: #648ECC;
}
</style>