Shades of Danube #618CCC
Tints of Danube #618CCC
RGB
CMYK
RGB Variations
Color information
#618CCC (or 0x618CCC) is known color: Danube. HEX triplet: 61, 8C and CC. RGB value is (97,140,204). Sum of RGB (Red+Green+Blue) = 97+140+204=441 (58% of max value = 765). Red value is 97 (38.28% from 255 or 22.00% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #618CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #618CCC is #9E7333. Grayscale: #868686. Windows color (decimal): -10384180 or 13405281. OLE color: 13405281.
HSL color Cylindrical-coordinate representation of color #618CCC: hue angle of 215.89º 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 #618CCC is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 97 | 140 | 204 | - |
| CMYK | 0.52 | 0.31 | 0 | 0.2 |
| HSL | 215.89º | 0.51% | 0.59% | - |
| HSV(B) | 215.89º | 0.52% | 0.8% | - |
| XYZ | 25.21 | 25.66 | 60.75 | - |
| YUV | 134.44 | 167.25 | 101.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 140 | 204 | 0.52 | 0.31 | 0 | 0.2 | 215.89 | 0.51 | 0.59 |
| Hex | 61 | 8C | CC | 34 | 1F | 0 | 14 | D8 | 33 | 3B |
| Octal | 141 | 214 | 314 | 64 | 37 | 0 | 24 | 330 | 63 | 73 |
| Binary | 1100001 | 10001100 | 11001100 | 110100 | 11111 | 0 | 10100 | 11011000 | 110011 | 111011 |
Color Harmonies of #618CCC
Complementary color
Monochromatic Colors of #618CCC
Black with #618CCC
Text Example
Text Example
White with #618CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #618CCC; }
p { color: rgb(97,140,204); }
H1.HeaderClassName
{
color: #618CCC;
}
.AnyTagClassName
{
color: #618CCC;
}
</style>
background-color css
<style>
a { background-color: #618CCC; }
a { background-color: rgb(97,140,204); }
div.DivClassName
{
background-color: #618CCC;
}
.BgClassName
{
background-color: #618CCC;
}
</style>
border-color css
<style>
span { border-color: #618CCC; }
span { border-color: rgb(97,140,204); }
td.TdClassName
{
border-color: #618CCC;
}
.TagClassName
{
border-color: #618CCC;
}
</style>