Shades of Danube #608FCC
Tints of Danube #608FCC
RGB
CMYK
RGB Variations
Color information
#608FCC (or 0x608FCC) is known color: Danube. HEX triplet: 60, 8F and CC. RGB value is (96,143,204). Sum of RGB (Red+Green+Blue) = 96+143+204=443 (58% of max value = 765). Red value is 96 (37.89% from 255 or 21.67% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #608FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FCC is #9F7033. Grayscale: #878787. Windows color (decimal): -10448948 or 13406048. OLE color: 13406048.
HSL color Cylindrical-coordinate representation of color #608FCC: hue angle of 213.89º 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 #608FCC is Cyan = 0.53, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 96 | 143 | 204 | - |
| CMYK | 0.53 | 0.30 | 0 | 0.2 |
| HSL | 213.89º | 0.51% | 0.59% | - |
| HSV(B) | 213.89º | 0.53% | 0.8% | - |
| XYZ | 25.55 | 26.49 | 60.89 | - |
| YUV | 135.9 | 166.43 | 99.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 204 | 0.53 | 0.30 | 0 | 0.2 | 213.89 | 0.51 | 0.59 |
| Hex | 60 | 8F | CC | 35 | 1E | 0 | 14 | D6 | 33 | 3B |
| Octal | 140 | 217 | 314 | 65 | 36 | 0 | 24 | 326 | 63 | 73 |
| Binary | 1100000 | 10001111 | 11001100 | 110101 | 11110 | 0 | 10100 | 11010110 | 110011 | 111011 |
Color Harmonies of #608FCC
Complementary color
Monochromatic Colors of #608FCC
Black with #608FCC
Text Example
Text Example
White with #608FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FCC; }
p { color: rgb(96,143,204); }
H1.HeaderClassName
{
color: #608FCC;
}
.AnyTagClassName
{
color: #608FCC;
}
</style>
background-color css
<style>
a { background-color: #608FCC; }
a { background-color: rgb(96,143,204); }
div.DivClassName
{
background-color: #608FCC;
}
.BgClassName
{
background-color: #608FCC;
}
</style>
border-color css
<style>
span { border-color: #608FCC; }
span { border-color: rgb(96,143,204); }
td.TdClassName
{
border-color: #608FCC;
}
.TagClassName
{
border-color: #608FCC;
}
</style>