Shades of Danube #618DB6
Tints of Danube #618DB6
RGB
CMYK
RGB Variations
Color information
#618DB6 (or 0x618DB6) is known color: Danube. HEX triplet: 61, 8D and B6. RGB value is (97,141,182). Sum of RGB (Red+Green+Blue) = 97+141+182=420 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.10% from 420); Green value is 141 (55.47% from 255 or 33.57% from 420); Blue value is 182 (71.48% from 255 or 43.33% from 420); Max value from RGB is 182 - color contains mainly: blue. Hex color #618DB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DB6 is #9E7249. Grayscale: #848484. Windows color (decimal): -10383946 or 11963745. OLE color: 11963745.
HSL color Cylindrical-coordinate representation of color #618DB6: hue angle of 208.94º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #618DB6 is Cyan = 0.47, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 97 | 141 | 182 | - |
| CMYK | 0.47 | 0.23 | 0 | 0.29 |
| HSL | 208.94º | 0.37% | 0.55% | - |
| HSV(B) | 208.94º | 0.47% | 0.71% | - |
| XYZ | 22.9 | 24.97 | 47.87 | - |
| YUV | 132.52 | 155.92 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 182 | 0.47 | 0.23 | 0 | 0.29 | 208.94 | 0.37 | 0.55 |
| Hex | 61 | 8D | B6 | 2F | 17 | 0 | 1D | D1 | 25 | 37 |
| Octal | 141 | 215 | 266 | 57 | 27 | 0 | 35 | 321 | 45 | 67 |
| Binary | 1100001 | 10001101 | 10110110 | 101111 | 10111 | 0 | 11101 | 11010001 | 100101 | 110111 |
Color Harmonies of #618DB6
Complementary color
Monochromatic Colors of #618DB6
Black with #618DB6
Text Example
Text Example
White with #618DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618DB6; }
p { color: rgb(97,141,182); }
H1.HeaderClassName
{
color: #618DB6;
}
.AnyTagClassName
{
color: #618DB6;
}
</style>
background-color css
<style>
a { background-color: #618DB6; }
a { background-color: rgb(97,141,182); }
div.DivClassName
{
background-color: #618DB6;
}
.BgClassName
{
background-color: #618DB6;
}
</style>
border-color css
<style>
span { border-color: #618DB6; }
span { border-color: rgb(97,141,182); }
td.TdClassName
{
border-color: #618DB6;
}
.TagClassName
{
border-color: #618DB6;
}
</style>