Shades of Danube #6892BB
Tints of Danube #6892BB
RGB
CMYK
RGB Variations
Color information
#6892BB (or 0x6892BB) is known color: Danube. HEX triplet: 68, 92 and BB. RGB value is (104,146,187). Sum of RGB (Red+Green+Blue) = 104+146+187=437 (57% of max value = 765). Red value is 104 (41.02% from 255 or 23.80% from 437); Green value is 146 (57.42% from 255 or 33.41% from 437); Blue value is 187 (73.44% from 255 or 42.79% from 437); Max value from RGB is 187 - color contains mainly: blue. Hex color #6892BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892BB is #976D44. Grayscale: #898989. Windows color (decimal): -9923909 or 12292712. OLE color: 12292712.
HSL color Cylindrical-coordinate representation of color #6892BB: hue angle of 209.64º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6892BB is Cyan = 0.44, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 104 | 146 | 187 | - |
| CMYK | 0.44 | 0.22 | 0 | 0.27 |
| HSL | 209.64º | 0.38% | 0.57% | - |
| HSV(B) | 209.64º | 0.44% | 0.73% | - |
| XYZ | 24.96 | 27.09 | 50.93 | - |
| YUV | 138.12 | 155.59 | 103.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 146 | 187 | 0.44 | 0.22 | 0 | 0.27 | 209.64 | 0.38 | 0.57 |
| Hex | 68 | 92 | BB | 2C | 16 | 0 | 1B | D2 | 26 | 39 |
| Octal | 150 | 222 | 273 | 54 | 26 | 0 | 33 | 322 | 46 | 71 |
| Binary | 1101000 | 10010010 | 10111011 | 101100 | 10110 | 0 | 11011 | 11010010 | 100110 | 111001 |
Color Harmonies of #6892BB
Complementary color
Monochromatic Colors of #6892BB
Black with #6892BB
Text Example
Text Example
White with #6892BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6892BB; }
p { color: rgb(104,146,187); }
H1.HeaderClassName
{
color: #6892BB;
}
.AnyTagClassName
{
color: #6892BB;
}
</style>
background-color css
<style>
a { background-color: #6892BB; }
a { background-color: rgb(104,146,187); }
div.DivClassName
{
background-color: #6892BB;
}
.BgClassName
{
background-color: #6892BB;
}
</style>
border-color css
<style>
span { border-color: #6892BB; }
span { border-color: rgb(104,146,187); }
td.TdClassName
{
border-color: #6892BB;
}
.TagClassName
{
border-color: #6892BB;
}
</style>