Shades of Danube #618ECD
Tints of Danube #618ECD
RGB
CMYK
RGB Variations
Color information
#618ECD (or 0x618ECD) is known color: Danube. HEX triplet: 61, 8E and CD. RGB value is (97,142,205). Sum of RGB (Red+Green+Blue) = 97+142+205=444 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.85% from 444); Green value is 142 (55.86% from 255 or 31.98% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #618ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ECD is #9E7132. Grayscale: #878787. Windows color (decimal): -10383667 or 13471329. OLE color: 13471329.
HSL color Cylindrical-coordinate representation of color #618ECD: hue angle of 215º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #618ECD is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 97 | 142 | 205 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.20 |
| HSL | 215º | 0.52% | 0.59% | - |
| HSV(B) | 215º | 0.53% | 0.8% | - |
| XYZ | 25.62 | 26.3 | 61.48 | - |
| YUV | 135.73 | 167.09 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 142 | 205 | 0.53 | 0.31 | 0 | 0.20 | 215 | 0.52 | 0.59 |
| Hex | 61 | 8E | CD | 35 | 1F | 0 | 14 | D7 | 34 | 3B |
| Octal | 141 | 216 | 315 | 65 | 37 | 0 | 24 | 327 | 64 | 73 |
| Binary | 1100001 | 10001110 | 11001101 | 110101 | 11111 | 0 | 10100 | 11010111 | 110100 | 111011 |
Color Harmonies of #618ECD
Complementary color
Monochromatic Colors of #618ECD
Black with #618ECD
Text Example
Text Example
White with #618ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618ECD; }
p { color: rgb(97,142,205); }
H1.HeaderClassName
{
color: #618ECD;
}
.AnyTagClassName
{
color: #618ECD;
}
</style>
background-color css
<style>
a { background-color: #618ECD; }
a { background-color: rgb(97,142,205); }
div.DivClassName
{
background-color: #618ECD;
}
.BgClassName
{
background-color: #618ECD;
}
</style>
border-color css
<style>
span { border-color: #618ECD; }
span { border-color: rgb(97,142,205); }
td.TdClassName
{
border-color: #618ECD;
}
.TagClassName
{
border-color: #618ECD;
}
</style>