Shades of Danube #608CB8
Tints of Danube #608CB8
RGB
CMYK
RGB Variations
Color information
#608CB8 (or 0x608CB8) is known color: Danube. HEX triplet: 60, 8C and B8. RGB value is (96,140,184). Sum of RGB (Red+Green+Blue) = 96+140+184=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 184 (72.27% from 255 or 43.81% from 420); Max value from RGB is 184 - color contains mainly: blue. Hex color #608CB8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608CB8 is #9F7347. Grayscale: #838383. Windows color (decimal): -10449736 or 12094560. OLE color: 12094560.
HSL color Cylindrical-coordinate representation of color #608CB8: hue angle of 210º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #608CB8 is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 140 | 184 | - |
| CMYK | 0.48 | 0.24 | 0 | 0.28 |
| HSL | 210º | 0.38% | 0.55% | - |
| HSV(B) | 210º | 0.48% | 0.72% | - |
| XYZ | 22.85 | 24.7 | 48.91 | - |
| YUV | 131.86 | 157.42 | 102.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 140 | 184 | 0.48 | 0.24 | 0 | 0.28 | 210 | 0.38 | 0.55 |
| Hex | 60 | 8C | B8 | 30 | 18 | 0 | 1C | D2 | 26 | 37 |
| Octal | 140 | 214 | 270 | 60 | 30 | 0 | 34 | 322 | 46 | 67 |
| Binary | 1100000 | 10001100 | 10111000 | 110000 | 11000 | 0 | 11100 | 11010010 | 100110 | 110111 |
Color Harmonies of #608CB8
Complementary color
Monochromatic Colors of #608CB8
Black with #608CB8
Text Example
Text Example
White with #608CB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608CB8; }
p { color: rgb(96,140,184); }
H1.HeaderClassName
{
color: #608CB8;
}
.AnyTagClassName
{
color: #608CB8;
}
</style>
background-color css
<style>
a { background-color: #608CB8; }
a { background-color: rgb(96,140,184); }
div.DivClassName
{
background-color: #608CB8;
}
.BgClassName
{
background-color: #608CB8;
}
</style>
border-color css
<style>
span { border-color: #608CB8; }
span { border-color: rgb(96,140,184); }
td.TdClassName
{
border-color: #608CB8;
}
.TagClassName
{
border-color: #608CB8;
}
</style>