Shades of Danube #608DBF
Tints of Danube #608DBF
RGB
CMYK
RGB Variations
Color information
#608DBF (or 0x608DBF) is known color: Danube. HEX triplet: 60, 8D and BF. RGB value is (96,141,191). Sum of RGB (Red+Green+Blue) = 96+141+191=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 141 (55.47% from 255 or 32.94% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #608DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #608DBF is #9F7240. Grayscale: #858585. Windows color (decimal): -10449473 or 12553568. OLE color: 12553568.
HSL color Cylindrical-coordinate representation of color #608DBF: hue angle of 211.58º 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 #608DBF is Cyan = 0.50, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 141 | 191 | - |
| CMYK | 0.50 | 0.26 | 0 | 0.25 |
| HSL | 211.58º | 0.43% | 0.56% | - |
| HSV(B) | 211.58º | 0.5% | 0.75% | - |
| XYZ | 23.75 | 25.3 | 52.92 | - |
| YUV | 133.25 | 160.59 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 141 | 191 | 0.50 | 0.26 | 0 | 0.25 | 211.58 | 0.43 | 0.56 |
| Hex | 60 | 8D | BF | 32 | 1A | 0 | 19 | D4 | 2B | 38 |
| Octal | 140 | 215 | 277 | 62 | 32 | 0 | 31 | 324 | 53 | 70 |
| Binary | 1100000 | 10001101 | 10111111 | 110010 | 11010 | 0 | 11001 | 11010100 | 101011 | 111000 |
Color Harmonies of #608DBF
Complementary color
Monochromatic Colors of #608DBF
Black with #608DBF
Text Example
Text Example
White with #608DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #608DBF; }
p { color: rgb(96,141,191); }
H1.HeaderClassName
{
color: #608DBF;
}
.AnyTagClassName
{
color: #608DBF;
}
</style>
background-color css
<style>
a { background-color: #608DBF; }
a { background-color: rgb(96,141,191); }
div.DivClassName
{
background-color: #608DBF;
}
.BgClassName
{
background-color: #608DBF;
}
</style>
border-color css
<style>
span { border-color: #608DBF; }
span { border-color: rgb(96,141,191); }
td.TdClassName
{
border-color: #608DBF;
}
.TagClassName
{
border-color: #608DBF;
}
</style>