Shades of Danube #618DCC
Tints of Danube #618DCC
RGB
CMYK
RGB Variations
Color information
#618DCC (or 0x618DCC) is known color: Danube. HEX triplet: 61, 8D and CC. RGB value is (97,141,204). Sum of RGB (Red+Green+Blue) = 97+141+204=442 (58% of max value = 765). Red value is 97 (38.28% from 255 or 21.95% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 204 (80.08% from 255 or 46.15% from 442); Max value from RGB is 204 - color contains mainly: blue. Hex color #618DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618DCC is #9E7233. Grayscale: #868686. Windows color (decimal): -10383924 or 13405537. OLE color: 13405537.
HSL color Cylindrical-coordinate representation of color #618DCC: hue angle of 215.33º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #618DCC is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 141 | 204 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.2 |
| HSL | 215.33º | 0.51% | 0.59% | - |
| HSV(B) | 215.33º | 0.52% | 0.8% | - |
| XYZ | 25.35 | 25.95 | 60.8 | - |
| YUV | 135.03 | 166.92 | 100.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 141 | 204 | 0.52 | 0.31 | 0 | 0.2 | 215.33 | 0.51 | 0.59 |
| Hex | 61 | 8D | CC | 34 | 1F | 0 | 14 | D7 | 33 | 3B |
| Octal | 141 | 215 | 314 | 64 | 37 | 0 | 24 | 327 | 63 | 73 |
| Binary | 1100001 | 10001101 | 11001100 | 110100 | 11111 | 0 | 10100 | 11010111 | 110011 | 111011 |
Color Harmonies of #618DCC
Complementary color
Monochromatic Colors of #618DCC
Black with #618DCC
Text Example
Text Example
White with #618DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618DCC; }
p { color: rgb(97,141,204); }
H1.HeaderClassName
{
color: #618DCC;
}
.AnyTagClassName
{
color: #618DCC;
}
</style>
background-color css
<style>
a { background-color: #618DCC; }
a { background-color: rgb(97,141,204); }
div.DivClassName
{
background-color: #618DCC;
}
.BgClassName
{
background-color: #618DCC;
}
</style>
border-color css
<style>
span { border-color: #618DCC; }
span { border-color: rgb(97,141,204); }
td.TdClassName
{
border-color: #618DCC;
}
.TagClassName
{
border-color: #618DCC;
}
</style>