Shades of Danube #618ACE
Tints of Danube #618ACE
RGB
CMYK
RGB Variations
Color information
#618ACE (or 0x618ACE) is known color: Danube. HEX triplet: 61, 8A and CE. RGB value is (97,138,206). Sum of RGB (Red+Green+Blue) = 97+138+206=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 138 (54.30% from 255 or 31.29% from 441); Blue value is 206 (80.86% from 255 or 46.71% from 441); Max value from RGB is 206 - color contains mainly: blue. Hex color #618ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618ACE is #9E7531. Grayscale: #858585. Windows color (decimal): -10384690 or 13535841. OLE color: 13535841.
HSL color Cylindrical-coordinate representation of color #618ACE: hue angle of 217.43º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #618ACE is Cyan = 0.53, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 97 | 138 | 206 | - |
| CMYK | 0.53 | 0.33 | 0 | 0.19 |
| HSL | 217.43º | 0.53% | 0.59% | - |
| HSV(B) | 217.43º | 0.53% | 0.81% | - |
| XYZ | 25.16 | 25.17 | 61.93 | - |
| YUV | 133.49 | 168.92 | 101.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 138 | 206 | 0.53 | 0.33 | 0 | 0.19 | 217.43 | 0.53 | 0.59 |
| Hex | 61 | 8A | CE | 35 | 21 | 0 | 13 | D9 | 35 | 3B |
| Octal | 141 | 212 | 316 | 65 | 41 | 0 | 23 | 331 | 65 | 73 |
| Binary | 1100001 | 10001010 | 11001110 | 110101 | 100001 | 0 | 10011 | 11011001 | 110101 | 111011 |
Color Harmonies of #618ACE
Complementary color
Monochromatic Colors of #618ACE
Black with #618ACE
Text Example
Text Example
White with #618ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618ACE; }
p { color: rgb(97,138,206); }
H1.HeaderClassName
{
color: #618ACE;
}
.AnyTagClassName
{
color: #618ACE;
}
</style>
background-color css
<style>
a { background-color: #618ACE; }
a { background-color: rgb(97,138,206); }
div.DivClassName
{
background-color: #618ACE;
}
.BgClassName
{
background-color: #618ACE;
}
</style>
border-color css
<style>
span { border-color: #618ACE; }
span { border-color: rgb(97,138,206); }
td.TdClassName
{
border-color: #618ACE;
}
.TagClassName
{
border-color: #618ACE;
}
</style>