Shades of Danube #618ECC
Tints of Danube #618ECC
RGB
CMYK
RGB Variations
Color information
#618ECC (or 0x618ECC) is known color: Danube. HEX triplet: 61, 8E and CC. RGB value is (97,142,204). Sum of RGB (Red+Green+Blue) = 97+142+204=443 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.90% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #618ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ECC is #9E7133. Grayscale: #878787. Windows color (decimal): -10383668 or 13405793. OLE color: 13405793.
HSL color Cylindrical-coordinate representation of color #618ECC: hue angle of 214.77º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #618ECC is Cyan = 0.52, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 142 | 204 | - |
| CMYK | 0.52 | 0.30 | 0 | 0.2 |
| HSL | 214.77º | 0.51% | 0.59% | - |
| HSV(B) | 214.77º | 0.52% | 0.8% | - |
| XYZ | 25.5 | 26.25 | 60.85 | - |
| YUV | 135.61 | 166.59 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 142 | 204 | 0.52 | 0.30 | 0 | 0.2 | 214.77 | 0.51 | 0.59 |
| Hex | 61 | 8E | CC | 34 | 1E | 0 | 14 | D7 | 33 | 3B |
| Octal | 141 | 216 | 314 | 64 | 36 | 0 | 24 | 327 | 63 | 73 |
| Binary | 1100001 | 10001110 | 11001100 | 110100 | 11110 | 0 | 10100 | 11010111 | 110011 | 111011 |
Color Harmonies of #618ECC
Complementary color
Monochromatic Colors of #618ECC
Black with #618ECC
Text Example
Text Example
White with #618ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618ECC; }
p { color: rgb(97,142,204); }
H1.HeaderClassName
{
color: #618ECC;
}
.AnyTagClassName
{
color: #618ECC;
}
</style>
background-color css
<style>
a { background-color: #618ECC; }
a { background-color: rgb(97,142,204); }
div.DivClassName
{
background-color: #618ECC;
}
.BgClassName
{
background-color: #618ECC;
}
</style>
border-color css
<style>
span { border-color: #618ECC; }
span { border-color: rgb(97,142,204); }
td.TdClassName
{
border-color: #618ECC;
}
.TagClassName
{
border-color: #618ECC;
}
</style>