Shades of Danube #618DD2
Tints of Danube #618DD2
RGB
CMYK
RGB Variations
Color information
#618DD2 (or 0x618DD2) is known color: Danube. HEX triplet: 61, 8D and D2. RGB value is (97,141,210). Sum of RGB (Red+Green+Blue) = 97+141+210=448 (59% of max value = 765). Red value is 97 (38.28% from 255 or 21.65% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 210 (82.42% from 255 or 46.88% from 448); Max value from RGB is 210 - color contains mainly: blue. Hex color #618DD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DD2 is #9E722D. Grayscale: #878787. Windows color (decimal): -10383918 or 13798753. OLE color: 13798753.
HSL color Cylindrical-coordinate representation of color #618DD2: hue angle of 216.64º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #618DD2 is Cyan = 0.54, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 97 | 141 | 210 | - |
| CMYK | 0.54 | 0.33 | 0 | 0.18 |
| HSL | 216.64º | 0.56% | 0.6% | - |
| HSV(B) | 216.64º | 0.54% | 0.82% | - |
| XYZ | 26.09 | 26.24 | 64.66 | - |
| YUV | 135.71 | 169.92 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 210 | 0.54 | 0.33 | 0 | 0.18 | 216.64 | 0.56 | 0.6 |
| Hex | 61 | 8D | D2 | 36 | 21 | 0 | 12 | D9 | 38 | 3C |
| Octal | 141 | 215 | 322 | 66 | 41 | 0 | 22 | 331 | 70 | 74 |
| Binary | 1100001 | 10001101 | 11010010 | 110110 | 100001 | 0 | 10010 | 11011001 | 111000 | 111100 |
Color Harmonies of #618DD2
Complementary color
Monochromatic Colors of #618DD2
Black with #618DD2
Text Example
Text Example
White with #618DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618DD2; }
p { color: rgb(97,141,210); }
H1.HeaderClassName
{
color: #618DD2;
}
.AnyTagClassName
{
color: #618DD2;
}
</style>
background-color css
<style>
a { background-color: #618DD2; }
a { background-color: rgb(97,141,210); }
div.DivClassName
{
background-color: #618DD2;
}
.BgClassName
{
background-color: #618DD2;
}
</style>
border-color css
<style>
span { border-color: #618DD2; }
span { border-color: rgb(97,141,210); }
td.TdClassName
{
border-color: #618DD2;
}
.TagClassName
{
border-color: #618DD2;
}
</style>