Shades of Danube #6082B1
Tints of Danube #6082B1
RGB
CMYK
RGB Variations
Color information
#6082B1 (or 0x6082B1) is known color: Danube. HEX triplet: 60, 82 and B1. RGB value is (96,130,177). Sum of RGB (Red+Green+Blue) = 96+130+177=403 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.82% from 403); Green value is 130 (51.17% from 255 or 32.26% from 403); Blue value is 177 (69.53% from 255 or 43.92% from 403); Max value from RGB is 177 - color contains mainly: blue. Hex color #6082B1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6082B1 is #9F7D4E. Grayscale: #7C7C7C. Windows color (decimal): -10452303 or 11633248. OLE color: 11633248.
HSL color Cylindrical-coordinate representation of color #6082B1: hue angle of 214.81º 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 #6082B1 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 130 | 177 | - |
| CMYK | 0.46 | 0.27 | 0 | 0.31 |
| HSL | 214.81º | 0.34% | 0.54% | - |
| HSV(B) | 214.81º | 0.46% | 0.69% | - |
| XYZ | 20.74 | 21.63 | 44.68 | - |
| YUV | 125.19 | 157.24 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 130 | 177 | 0.46 | 0.27 | 0 | 0.31 | 214.81 | 0.34 | 0.54 |
| Hex | 60 | 82 | B1 | 2E | 1B | 0 | 1F | D7 | 22 | 36 |
| Octal | 140 | 202 | 261 | 56 | 33 | 0 | 37 | 327 | 42 | 66 |
| Binary | 1100000 | 10000010 | 10110001 | 101110 | 11011 | 0 | 11111 | 11010111 | 100010 | 110110 |
Color Harmonies of #6082B1
Complementary color
Monochromatic Colors of #6082B1
Black with #6082B1
Text Example
Text Example
White with #6082B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6082B1; }
p { color: rgb(96,130,177); }
H1.HeaderClassName
{
color: #6082B1;
}
.AnyTagClassName
{
color: #6082B1;
}
</style>
background-color css
<style>
a { background-color: #6082B1; }
a { background-color: rgb(96,130,177); }
div.DivClassName
{
background-color: #6082B1;
}
.BgClassName
{
background-color: #6082B1;
}
</style>
border-color css
<style>
span { border-color: #6082B1; }
span { border-color: rgb(96,130,177); }
td.TdClassName
{
border-color: #6082B1;
}
.TagClassName
{
border-color: #6082B1;
}
</style>