Shades of Danube #618DBA
Tints of Danube #618DBA
RGB
CMYK
RGB Variations
Color information
#618DBA (or 0x618DBA) is known color: Danube. HEX triplet: 61, 8D and BA. RGB value is (97,141,186). Sum of RGB (Red+Green+Blue) = 97+141+186=424 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.88% from 424); Green value is 141 (55.47% from 255 or 33.25% from 424); Blue value is 186 (73.05% from 255 or 43.87% from 424); Max value from RGB is 186 - color contains mainly: blue. Hex color #618DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DBA is #9E7245. Grayscale: #848484. Windows color (decimal): -10383942 or 12225889. OLE color: 12225889.
HSL color Cylindrical-coordinate representation of color #618DBA: hue angle of 210.34º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #618DBA is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 97 | 141 | 186 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.27 |
| HSL | 210.34º | 0.39% | 0.55% | - |
| HSV(B) | 210.34º | 0.48% | 0.73% | - |
| XYZ | 23.32 | 25.14 | 50.08 | - |
| YUV | 132.97 | 157.92 | 102.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 186 | 0.48 | 0.24 | 0 | 0.27 | 210.34 | 0.39 | 0.55 |
| Hex | 61 | 8D | BA | 30 | 18 | 0 | 1B | D2 | 27 | 37 |
| Octal | 141 | 215 | 272 | 60 | 30 | 0 | 33 | 322 | 47 | 67 |
| Binary | 1100001 | 10001101 | 10111010 | 110000 | 11000 | 0 | 11011 | 11010010 | 100111 | 110111 |
Color Harmonies of #618DBA
Complementary color
Monochromatic Colors of #618DBA
Black with #618DBA
Text Example
Text Example
White with #618DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618DBA; }
p { color: rgb(97,141,186); }
H1.HeaderClassName
{
color: #618DBA;
}
.AnyTagClassName
{
color: #618DBA;
}
</style>
background-color css
<style>
a { background-color: #618DBA; }
a { background-color: rgb(97,141,186); }
div.DivClassName
{
background-color: #618DBA;
}
.BgClassName
{
background-color: #618DBA;
}
</style>
border-color css
<style>
span { border-color: #618DBA; }
span { border-color: rgb(97,141,186); }
td.TdClassName
{
border-color: #618DBA;
}
.TagClassName
{
border-color: #618DBA;
}
</style>