Shades of Danube #618AD6
Tints of Danube #618AD6
RGB
CMYK
RGB Variations
Color information
#618AD6 (or 0x618AD6) is known color: Danube. HEX triplet: 61, 8A and D6. RGB value is (97,138,214). Sum of RGB (Red+Green+Blue) = 97+138+214=449 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.60% from 449); Green value is 138 (54.30% from 255 or 30.73% from 449); Blue value is 214 (83.98% from 255 or 47.66% from 449); Max value from RGB is 214 - color contains mainly: blue. Hex color #618AD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618AD6 is #9E7529. Grayscale: #868686. Windows color (decimal): -10384682 or 14060129. OLE color: 14060129.
HSL color Cylindrical-coordinate representation of color #618AD6: hue angle of 218.97º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #618AD6 is Cyan = 0.55, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 138 | 214 | - |
| CMYK | 0.55 | 0.36 | 0 | 0.16 |
| HSL | 218.97º | 0.59% | 0.61% | - |
| HSV(B) | 218.97º | 0.55% | 0.84% | - |
| XYZ | 26.16 | 25.57 | 67.18 | - |
| YUV | 134.41 | 172.92 | 101.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 214 | 0.55 | 0.36 | 0 | 0.16 | 218.97 | 0.59 | 0.61 |
| Hex | 61 | 8A | D6 | 37 | 24 | 0 | 10 | DB | 3B | 3D |
| Octal | 141 | 212 | 326 | 67 | 44 | 0 | 20 | 333 | 73 | 75 |
| Binary | 1100001 | 10001010 | 11010110 | 110111 | 100100 | 0 | 10000 | 11011011 | 111011 | 111101 |
Color Harmonies of #618AD6
Complementary color
Monochromatic Colors of #618AD6
Black with #618AD6
Text Example
Text Example
White with #618AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618AD6; }
p { color: rgb(97,138,214); }
H1.HeaderClassName
{
color: #618AD6;
}
.AnyTagClassName
{
color: #618AD6;
}
</style>
background-color css
<style>
a { background-color: #618AD6; }
a { background-color: rgb(97,138,214); }
div.DivClassName
{
background-color: #618AD6;
}
.BgClassName
{
background-color: #618AD6;
}
</style>
border-color css
<style>
span { border-color: #618AD6; }
span { border-color: rgb(97,138,214); }
td.TdClassName
{
border-color: #618AD6;
}
.TagClassName
{
border-color: #618AD6;
}
</style>