Shades of Danube #6091BB
Tints of Danube #6091BB
RGB
CMYK
RGB Variations
Color information
#6091BB (or 0x6091BB) is known color: Danube. HEX triplet: 60, 91 and BB. RGB value is (96,145,187). Sum of RGB (Red+Green+Blue) = 96+145+187=428 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.43% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 187 (73.44% from 255 or 43.69% from 428); Max value from RGB is 187 - color contains mainly: blue. Hex color #6091BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6091BB is #9F6E44. Grayscale: #868686. Windows color (decimal): -10448453 or 12292448. OLE color: 12292448.
HSL color Cylindrical-coordinate representation of color #6091BB: hue angle of 207.69º 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 #6091BB is Cyan = 0.49, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 96 | 145 | 187 | - |
| CMYK | 0.49 | 0.22 | 0 | 0.27 |
| HSL | 207.69º | 0.4% | 0.55% | - |
| HSV(B) | 207.69º | 0.49% | 0.73% | - |
| XYZ | 23.92 | 26.33 | 50.83 | - |
| YUV | 135.14 | 157.27 | 100.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 145 | 187 | 0.49 | 0.22 | 0 | 0.27 | 207.69 | 0.4 | 0.55 |
| Hex | 60 | 91 | BB | 31 | 16 | 0 | 1B | D0 | 28 | 37 |
| Octal | 140 | 221 | 273 | 61 | 26 | 0 | 33 | 320 | 50 | 67 |
| Binary | 1100000 | 10010001 | 10111011 | 110001 | 10110 | 0 | 11011 | 11010000 | 101000 | 110111 |
Color Harmonies of #6091BB
Complementary color
Monochromatic Colors of #6091BB
Black with #6091BB
Text Example
Text Example
White with #6091BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6091BB; }
p { color: rgb(96,145,187); }
H1.HeaderClassName
{
color: #6091BB;
}
.AnyTagClassName
{
color: #6091BB;
}
</style>
background-color css
<style>
a { background-color: #6091BB; }
a { background-color: rgb(96,145,187); }
div.DivClassName
{
background-color: #6091BB;
}
.BgClassName
{
background-color: #6091BB;
}
</style>
border-color css
<style>
span { border-color: #6091BB; }
span { border-color: rgb(96,145,187); }
td.TdClassName
{
border-color: #6091BB;
}
.TagClassName
{
border-color: #6091BB;
}
</style>