Shades of Danube #618AB7
Tints of Danube #618AB7
RGB
CMYK
RGB Variations
Color information
#618AB7 (or 0x618AB7) is known color: Danube. HEX triplet: 61, 8A and B7. RGB value is (97,138,183). Sum of RGB (Red+Green+Blue) = 97+138+183=418 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.21% from 418); Green value is 138 (54.30% from 255 or 33.01% from 418); Blue value is 183 (71.88% from 255 or 43.78% from 418); Max value from RGB is 183 - color contains mainly: blue. Hex color #618AB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618AB7 is #9E7548. Grayscale: #828282. Windows color (decimal): -10384713 or 12028513. OLE color: 12028513.
HSL color Cylindrical-coordinate representation of color #618AB7: hue angle of 211.4º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #618AB7 is Cyan = 0.47, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 97 | 138 | 183 | - |
| CMYK | 0.47 | 0.25 | 0 | 0.28 |
| HSL | 211.4º | 0.37% | 0.55% | - |
| HSV(B) | 211.4º | 0.47% | 0.72% | - |
| XYZ | 22.57 | 24.14 | 48.27 | - |
| YUV | 130.87 | 157.42 | 103.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 183 | 0.47 | 0.25 | 0 | 0.28 | 211.4 | 0.37 | 0.55 |
| Hex | 61 | 8A | B7 | 2F | 19 | 0 | 1C | D3 | 25 | 37 |
| Octal | 141 | 212 | 267 | 57 | 31 | 0 | 34 | 323 | 45 | 67 |
| Binary | 1100001 | 10001010 | 10110111 | 101111 | 11001 | 0 | 11100 | 11010011 | 100101 | 110111 |
Color Harmonies of #618AB7
Complementary color
Monochromatic Colors of #618AB7
Black with #618AB7
Text Example
Text Example
White with #618AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618AB7; }
p { color: rgb(97,138,183); }
H1.HeaderClassName
{
color: #618AB7;
}
.AnyTagClassName
{
color: #618AB7;
}
</style>
background-color css
<style>
a { background-color: #618AB7; }
a { background-color: rgb(97,138,183); }
div.DivClassName
{
background-color: #618AB7;
}
.BgClassName
{
background-color: #618AB7;
}
</style>
border-color css
<style>
span { border-color: #618AB7; }
span { border-color: rgb(97,138,183); }
td.TdClassName
{
border-color: #618AB7;
}
.TagClassName
{
border-color: #618AB7;
}
</style>