Shades of Danube #6083BB
Tints of Danube #6083BB
RGB
CMYK
RGB Variations
Color information
#6083BB (or 0x6083BB) is known color: Danube. HEX triplet: 60, 83 and BB. RGB value is (96,131,187). Sum of RGB (Red+Green+Blue) = 96+131+187=414 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.19% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #6083BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6083BB is #9F7C44. Grayscale: #7E7E7E. Windows color (decimal): -10452037 or 12288864. OLE color: 12288864.
HSL color Cylindrical-coordinate representation of color #6083BB: hue angle of 216.92º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6083BB is Cyan = 0.49, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 131 | 187 | - |
| CMYK | 0.49 | 0.30 | 0 | 0.27 |
| HSL | 216.92º | 0.4% | 0.55% | - |
| HSV(B) | 216.92º | 0.49% | 0.73% | - |
| XYZ | 21.91 | 22.31 | 50.16 | - |
| YUV | 126.92 | 161.9 | 105.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 131 | 187 | 0.49 | 0.30 | 0 | 0.27 | 216.92 | 0.4 | 0.55 |
| Hex | 60 | 83 | BB | 31 | 1E | 0 | 1B | D9 | 28 | 37 |
| Octal | 140 | 203 | 273 | 61 | 36 | 0 | 33 | 331 | 50 | 67 |
| Binary | 1100000 | 10000011 | 10111011 | 110001 | 11110 | 0 | 11011 | 11011001 | 101000 | 110111 |
Color Harmonies of #6083BB
Complementary color
Monochromatic Colors of #6083BB
Black with #6083BB
Text Example
Text Example
White with #6083BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6083BB; }
p { color: rgb(96,131,187); }
H1.HeaderClassName
{
color: #6083BB;
}
.AnyTagClassName
{
color: #6083BB;
}
</style>
background-color css
<style>
a { background-color: #6083BB; }
a { background-color: rgb(96,131,187); }
div.DivClassName
{
background-color: #6083BB;
}
.BgClassName
{
background-color: #6083BB;
}
</style>
border-color css
<style>
span { border-color: #6083BB; }
span { border-color: rgb(96,131,187); }
td.TdClassName
{
border-color: #6083BB;
}
.TagClassName
{
border-color: #6083BB;
}
</style>