Shades of Danube #6086BF
Tints of Danube #6086BF
RGB
CMYK
RGB Variations
Color information
#6086BF (or 0x6086BF) is known color: Danube. HEX triplet: 60, 86 and BF. RGB value is (96,134,191). Sum of RGB (Red+Green+Blue) = 96+134+191=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 134 (52.73% from 255 or 31.83% from 421); Blue value is 191 (75% from 255 or 45.37% from 421); Max value from RGB is 191 - color contains mainly: blue. Hex color #6086BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6086BF is #9F7940. Grayscale: #808080. Windows color (decimal): -10451265 or 12551776. OLE color: 12551776.
HSL color Cylindrical-coordinate representation of color #6086BF: hue angle of 216º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6086BF is Cyan = 0.50, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 96 | 134 | 191 | - |
| CMYK | 0.50 | 0.30 | 0 | 0.25 |
| HSL | 216º | 0.43% | 0.56% | - |
| HSV(B) | 216º | 0.5% | 0.75% | - |
| XYZ | 22.75 | 23.3 | 52.59 | - |
| YUV | 129.14 | 162.91 | 104.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 134 | 191 | 0.50 | 0.30 | 0 | 0.25 | 216 | 0.43 | 0.56 |
| Hex | 60 | 86 | BF | 32 | 1E | 0 | 19 | D8 | 2B | 38 |
| Octal | 140 | 206 | 277 | 62 | 36 | 0 | 31 | 330 | 53 | 70 |
| Binary | 1100000 | 10000110 | 10111111 | 110010 | 11110 | 0 | 11001 | 11011000 | 101011 | 111000 |
Color Harmonies of #6086BF
Complementary color
Monochromatic Colors of #6086BF
Black with #6086BF
Text Example
Text Example
White with #6086BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6086BF; }
p { color: rgb(96,134,191); }
H1.HeaderClassName
{
color: #6086BF;
}
.AnyTagClassName
{
color: #6086BF;
}
</style>
background-color css
<style>
a { background-color: #6086BF; }
a { background-color: rgb(96,134,191); }
div.DivClassName
{
background-color: #6086BF;
}
.BgClassName
{
background-color: #6086BF;
}
</style>
border-color css
<style>
span { border-color: #6086BF; }
span { border-color: rgb(96,134,191); }
td.TdClassName
{
border-color: #6086BF;
}
.TagClassName
{
border-color: #6086BF;
}
</style>