Shades of Danube #6080B1
Tints of Danube #6080B1
RGB
CMYK
RGB Variations
Color information
#6080B1 (or 0x6080B1) is known color: Danube. HEX triplet: 60, 80 and B1. RGB value is (96,128,177). Sum of RGB (Red+Green+Blue) = 96+128+177=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #6080B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6080B1 is #9F7F4E. Grayscale: #7B7B7B. Windows color (decimal): -10452815 or 11632736. OLE color: 11632736.
HSL color Cylindrical-coordinate representation of color #6080B1: hue angle of 216.3º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6080B1 is Cyan = 0.46, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 128 | 177 | - |
| CMYK | 0.46 | 0.28 | 0 | 0.31 |
| HSL | 216.3º | 0.34% | 0.54% | - |
| HSV(B) | 216.3º | 0.46% | 0.69% | - |
| XYZ | 20.48 | 21.1 | 44.59 | - |
| YUV | 124.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 128 | 177 | 0.46 | 0.28 | 0 | 0.31 | 216.3 | 0.34 | 0.54 |
| Hex | 60 | 80 | B1 | 2E | 1C | 0 | 1F | D8 | 22 | 36 |
| Octal | 140 | 200 | 261 | 56 | 34 | 0 | 37 | 330 | 42 | 66 |
| Binary | 1100000 | 10000000 | 10110001 | 101110 | 11100 | 0 | 11111 | 11011000 | 100010 | 110110 |
Color Harmonies of #6080B1
Complementary color
Monochromatic Colors of #6080B1
Black with #6080B1
Text Example
Text Example
White with #6080B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6080B1; }
p { color: rgb(96,128,177); }
H1.HeaderClassName
{
color: #6080B1;
}
.AnyTagClassName
{
color: #6080B1;
}
</style>
background-color css
<style>
a { background-color: #6080B1; }
a { background-color: rgb(96,128,177); }
div.DivClassName
{
background-color: #6080B1;
}
.BgClassName
{
background-color: #6080B1;
}
</style>
border-color css
<style>
span { border-color: #6080B1; }
span { border-color: rgb(96,128,177); }
td.TdClassName
{
border-color: #6080B1;
}
.TagClassName
{
border-color: #6080B1;
}
</style>