Shades of Danube #608FC0
Tints of Danube #608FC0
RGB
CMYK
RGB Variations
Color information
#608FC0 (or 0x608FC0) is known color: Danube. HEX triplet: 60, 8F and C0. RGB value is (96,143,192). Sum of RGB (Red+Green+Blue) = 96+143+192=431 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.27% from 431); Green value is 143 (56.25% from 255 or 33.18% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 192 - color contains mainly: blue. Hex color #608FC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608FC0 is #9F703F. Grayscale: #868686. Windows color (decimal): -10448960 or 12619616. OLE color: 12619616.
HSL color Cylindrical-coordinate representation of color #608FC0: hue angle of 210.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #608FC0 is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 143 | 192 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.25 |
| HSL | 210.63º | 0.43% | 0.56% | - |
| HSV(B) | 210.63º | 0.5% | 0.75% | - |
| XYZ | 24.16 | 25.94 | 53.6 | - |
| YUV | 134.53 | 160.43 | 100.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 143 | 192 | 0.50 | 0.26 | 0 | 0.25 | 210.63 | 0.43 | 0.56 |
| Hex | 60 | 8F | C0 | 32 | 1A | 0 | 19 | D3 | 2B | 38 |
| Octal | 140 | 217 | 300 | 62 | 32 | 0 | 31 | 323 | 53 | 70 |
| Binary | 1100000 | 10001111 | 11000000 | 110010 | 11010 | 0 | 11001 | 11010011 | 101011 | 111000 |
Color Harmonies of #608FC0
Complementary color
Monochromatic Colors of #608FC0
Black with #608FC0
Text Example
Text Example
White with #608FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608FC0; }
p { color: rgb(96,143,192); }
H1.HeaderClassName
{
color: #608FC0;
}
.AnyTagClassName
{
color: #608FC0;
}
</style>
background-color css
<style>
a { background-color: #608FC0; }
a { background-color: rgb(96,143,192); }
div.DivClassName
{
background-color: #608FC0;
}
.BgClassName
{
background-color: #608FC0;
}
</style>
border-color css
<style>
span { border-color: #608FC0; }
span { border-color: rgb(96,143,192); }
td.TdClassName
{
border-color: #608FC0;
}
.TagClassName
{
border-color: #608FC0;
}
</style>