Shades of Danube #608CCC
Tints of Danube #608CCC
RGB
CMYK
RGB Variations
Color information
#608CCC (or 0x608CCC) is known color: Danube. HEX triplet: 60, 8C and CC. RGB value is (96,140,204). Sum of RGB (Red+Green+Blue) = 96+140+204=440 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.82% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #608CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CCC is #9F7333. Grayscale: #858585. Windows color (decimal): -10449716 or 13405280. OLE color: 13405280.
HSL color Cylindrical-coordinate representation of color #608CCC: hue angle of 215.56º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #608CCC is Cyan = 0.53, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 140 | 204 | - |
| CMYK | 0.53 | 0.31 | 0 | 0.2 |
| HSL | 215.56º | 0.51% | 0.59% | - |
| HSV(B) | 215.56º | 0.53% | 0.8% | - |
| XYZ | 25.1 | 25.6 | 60.75 | - |
| YUV | 134.14 | 167.42 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 204 | 0.53 | 0.31 | 0 | 0.2 | 215.56 | 0.51 | 0.59 |
| Hex | 60 | 8C | CC | 35 | 1F | 0 | 14 | D8 | 33 | 3B |
| Octal | 140 | 214 | 314 | 65 | 37 | 0 | 24 | 330 | 63 | 73 |
| Binary | 1100000 | 10001100 | 11001100 | 110101 | 11111 | 0 | 10100 | 11011000 | 110011 | 111011 |
Color Harmonies of #608CCC
Complementary color
Monochromatic Colors of #608CCC
Black with #608CCC
Text Example
Text Example
White with #608CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608CCC; }
p { color: rgb(96,140,204); }
H1.HeaderClassName
{
color: #608CCC;
}
.AnyTagClassName
{
color: #608CCC;
}
</style>
background-color css
<style>
a { background-color: #608CCC; }
a { background-color: rgb(96,140,204); }
div.DivClassName
{
background-color: #608CCC;
}
.BgClassName
{
background-color: #608CCC;
}
</style>
border-color css
<style>
span { border-color: #608CCC; }
span { border-color: rgb(96,140,204); }
td.TdClassName
{
border-color: #608CCC;
}
.TagClassName
{
border-color: #608CCC;
}
</style>