Shades of Danube #618DD6
Tints of Danube #618DD6
RGB
CMYK
RGB Variations
Color information
#618DD6 (or 0x618DD6) is known color: Danube. HEX triplet: 61, 8D and D6. RGB value is (97,141,214). Sum of RGB (Red+Green+Blue) = 97+141+214=452 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.46% from 452); Green value is 141 (55.47% from 255 or 31.19% from 452); Blue value is 214 (83.98% from 255 or 47.35% from 452); Max value from RGB is 214 - color contains mainly: blue. Hex color #618DD6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DD6 is #9E7229. Grayscale: #878787. Windows color (decimal): -10383914 or 14060897. OLE color: 14060897.
HSL color Cylindrical-coordinate representation of color #618DD6: hue angle of 217.44º 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 #618DD6 is Cyan = 0.55, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 97 | 141 | 214 | - |
| CMYK | 0.55 | 0.34 | 0 | 0.16 |
| HSL | 217.44º | 0.59% | 0.61% | - |
| HSV(B) | 217.44º | 0.55% | 0.84% | - |
| XYZ | 26.59 | 26.45 | 67.32 | - |
| YUV | 136.17 | 171.92 | 100.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 214 | 0.55 | 0.34 | 0 | 0.16 | 217.44 | 0.59 | 0.61 |
| Hex | 61 | 8D | D6 | 37 | 22 | 0 | 10 | D9 | 3B | 3D |
| Octal | 141 | 215 | 326 | 67 | 42 | 0 | 20 | 331 | 73 | 75 |
| Binary | 1100001 | 10001101 | 11010110 | 110111 | 100010 | 0 | 10000 | 11011001 | 111011 | 111101 |
Color Harmonies of #618DD6
Complementary color
Monochromatic Colors of #618DD6
Black with #618DD6
Text Example
Text Example
White with #618DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618DD6; }
p { color: rgb(97,141,214); }
H1.HeaderClassName
{
color: #618DD6;
}
.AnyTagClassName
{
color: #618DD6;
}
</style>
background-color css
<style>
a { background-color: #618DD6; }
a { background-color: rgb(97,141,214); }
div.DivClassName
{
background-color: #618DD6;
}
.BgClassName
{
background-color: #618DD6;
}
</style>
border-color css
<style>
span { border-color: #618DD6; }
span { border-color: rgb(97,141,214); }
td.TdClassName
{
border-color: #618DD6;
}
.TagClassName
{
border-color: #618DD6;
}
</style>