Shades of Danube #6F91BC
Tints of Danube #6F91BC
RGB
CMYK
RGB Variations
Color information
#6F91BC (or 0x6F91BC) is known color: Danube. HEX triplet: 6F, 91 and BC. RGB value is (111,145,188). Sum of RGB (Red+Green+Blue) = 111+145+188=444 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25% from 444); Green value is 145 (57.03% from 255 or 32.66% from 444); Blue value is 188 (73.83% from 255 or 42.34% from 444); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F91BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F91BC is #906E43. Grayscale: #8B8B8B. Windows color (decimal): -9465412 or 12357999. OLE color: 12357999.
HSL color Cylindrical-coordinate representation of color #6F91BC: hue angle of 213.51º 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 #6F91BC is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 111 | 145 | 188 | - |
| CMYK | 0.41 | 0.23 | 0 | 0.26 |
| HSL | 213.51º | 0.36% | 0.59% | - |
| HSV(B) | 213.51º | 0.41% | 0.74% | - |
| XYZ | 25.76 | 27.26 | 51.48 | - |
| YUV | 139.74 | 155.24 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 145 | 188 | 0.41 | 0.23 | 0 | 0.26 | 213.51 | 0.36 | 0.59 |
| Hex | 6F | 91 | BC | 29 | 17 | 0 | 1A | D6 | 24 | 3B |
| Octal | 157 | 221 | 274 | 51 | 27 | 0 | 32 | 326 | 44 | 73 |
| Binary | 1101111 | 10010001 | 10111100 | 101001 | 10111 | 0 | 11010 | 11010110 | 100100 | 111011 |
Color Harmonies of #6F91BC
Complementary color
Monochromatic Colors of #6F91BC
Black with #6F91BC
Text Example
Text Example
White with #6F91BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F91BC; }
p { color: rgb(111,145,188); }
H1.HeaderClassName
{
color: #6F91BC;
}
.AnyTagClassName
{
color: #6F91BC;
}
</style>
background-color css
<style>
a { background-color: #6F91BC; }
a { background-color: rgb(111,145,188); }
div.DivClassName
{
background-color: #6F91BC;
}
.BgClassName
{
background-color: #6F91BC;
}
</style>
border-color css
<style>
span { border-color: #6F91BC; }
span { border-color: rgb(111,145,188); }
td.TdClassName
{
border-color: #6F91BC;
}
.TagClassName
{
border-color: #6F91BC;
}
</style>