Shades of Danube #6087B8
Tints of Danube #6087B8
RGB
CMYK
RGB Variations
Color information
#6087B8 (or 0x6087B8) is known color: Danube. HEX triplet: 60, 87 and B8. RGB value is (96,135,184). Sum of RGB (Red+Green+Blue) = 96+135+184=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 135 (53.12% from 255 or 32.53% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #6087B8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6087B8 is #9F7847. Grayscale: #808080. Windows color (decimal): -10451016 or 12093280. OLE color: 12093280.
HSL color Cylindrical-coordinate representation of color #6087B8: hue angle of 213.41º 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 #6087B8 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 96 | 135 | 184 | - |
| CMYK | 0.48 | 0.27 | 0 | 0.28 |
| HSL | 213.41º | 0.38% | 0.55% | - |
| HSV(B) | 213.41º | 0.48% | 0.72% | - |
| XYZ | 22.14 | 23.28 | 48.67 | - |
| YUV | 128.93 | 159.08 | 104.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 135 | 184 | 0.48 | 0.27 | 0 | 0.28 | 213.41 | 0.38 | 0.55 |
| Hex | 60 | 87 | B8 | 30 | 1B | 0 | 1C | D5 | 26 | 37 |
| Octal | 140 | 207 | 270 | 60 | 33 | 0 | 34 | 325 | 46 | 67 |
| Binary | 1100000 | 10000111 | 10111000 | 110000 | 11011 | 0 | 11100 | 11010101 | 100110 | 110111 |
Color Harmonies of #6087B8
Complementary color
Monochromatic Colors of #6087B8
Black with #6087B8
Text Example
Text Example
White with #6087B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6087B8; }
p { color: rgb(96,135,184); }
H1.HeaderClassName
{
color: #6087B8;
}
.AnyTagClassName
{
color: #6087B8;
}
</style>
background-color css
<style>
a { background-color: #6087B8; }
a { background-color: rgb(96,135,184); }
div.DivClassName
{
background-color: #6087B8;
}
.BgClassName
{
background-color: #6087B8;
}
</style>
border-color css
<style>
span { border-color: #6087B8; }
span { border-color: rgb(96,135,184); }
td.TdClassName
{
border-color: #6087B8;
}
.TagClassName
{
border-color: #6087B8;
}
</style>