Shades of Danube #6D91BB
Tints of Danube #6D91BB
RGB
CMYK
RGB Variations
Color information
#6D91BB (or 0x6D91BB) is known color: Danube. HEX triplet: 6D, 91 and BB. RGB value is (109,145,187). Sum of RGB (Red+Green+Blue) = 109+145+187=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 145 (57.03% from 255 or 32.88% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #6D91BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6D91BB is #926E44. Grayscale: #8A8A8A. Windows color (decimal): -9596485 or 12292461. OLE color: 12292461.
HSL color Cylindrical-coordinate representation of color #6D91BB: hue angle of 212.31º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6D91BB is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 109 | 145 | 187 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.27 |
| HSL | 212.31º | 0.36% | 0.58% | - |
| HSV(B) | 212.31º | 0.42% | 0.73% | - |
| XYZ | 25.4 | 27.09 | 50.9 | - |
| YUV | 139.02 | 155.07 | 106.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 145 | 187 | 0.42 | 0.22 | 0 | 0.27 | 212.31 | 0.36 | 0.58 |
| Hex | 6D | 91 | BB | 2A | 16 | 0 | 1B | D4 | 24 | 3A |
| Octal | 155 | 221 | 273 | 52 | 26 | 0 | 33 | 324 | 44 | 72 |
| Binary | 1101101 | 10010001 | 10111011 | 101010 | 10110 | 0 | 11011 | 11010100 | 100100 | 111010 |
Color Harmonies of #6D91BB
Complementary color
Monochromatic Colors of #6D91BB
Black with #6D91BB
Text Example
Text Example
White with #6D91BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D91BB; }
p { color: rgb(109,145,187); }
H1.HeaderClassName
{
color: #6D91BB;
}
.AnyTagClassName
{
color: #6D91BB;
}
</style>
background-color css
<style>
a { background-color: #6D91BB; }
a { background-color: rgb(109,145,187); }
div.DivClassName
{
background-color: #6D91BB;
}
.BgClassName
{
background-color: #6D91BB;
}
</style>
border-color css
<style>
span { border-color: #6D91BB; }
span { border-color: rgb(109,145,187); }
td.TdClassName
{
border-color: #6D91BB;
}
.TagClassName
{
border-color: #6D91BB;
}
</style>