Shades of Danube #6F92BC
Tints of Danube #6F92BC
RGB
CMYK
RGB Variations
Color information
#6F92BC (or 0x6F92BC) is known color: Danube. HEX triplet: 6F, 92 and BC. RGB value is (111,146,188). Sum of RGB (Red+Green+Blue) = 111+146+188=445 (58% of max value = 765). Red value is 111 (43.75% from 255 or 24.94% from 445); Green value is 146 (57.42% from 255 or 32.81% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F92BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F92BC is #906D43. Grayscale: #8C8C8C. Windows color (decimal): -9465156 or 12358255. OLE color: 12358255.
HSL color Cylindrical-coordinate representation of color #6F92BC: hue angle of 212.73º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F92BC is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 146 | 188 | - |
| CMYK | 0.41 | 0.22 | 0 | 0.26 |
| HSL | 212.73º | 0.36% | 0.59% | - |
| HSV(B) | 212.73º | 0.41% | 0.74% | - |
| XYZ | 25.91 | 27.57 | 51.53 | - |
| YUV | 140.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 146 | 188 | 0.41 | 0.22 | 0 | 0.26 | 212.73 | 0.36 | 0.59 |
| Hex | 6F | 92 | BC | 29 | 16 | 0 | 1A | D5 | 24 | 3B |
| Octal | 157 | 222 | 274 | 51 | 26 | 0 | 32 | 325 | 44 | 73 |
| Binary | 1101111 | 10010010 | 10111100 | 101001 | 10110 | 0 | 11010 | 11010101 | 100100 | 111011 |
Color Harmonies of #6F92BC
Complementary color
Monochromatic Colors of #6F92BC
Black with #6F92BC
Text Example
Text Example
White with #6F92BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F92BC; }
p { color: rgb(111,146,188); }
H1.HeaderClassName
{
color: #6F92BC;
}
.AnyTagClassName
{
color: #6F92BC;
}
</style>
background-color css
<style>
a { background-color: #6F92BC; }
a { background-color: rgb(111,146,188); }
div.DivClassName
{
background-color: #6F92BC;
}
.BgClassName
{
background-color: #6F92BC;
}
</style>
border-color css
<style>
span { border-color: #6F92BC; }
span { border-color: rgb(111,146,188); }
td.TdClassName
{
border-color: #6F92BC;
}
.TagClassName
{
border-color: #6F92BC;
}
</style>