Shades of Danube #6B91B9
Tints of Danube #6B91B9
RGB
CMYK
RGB Variations
Color information
#6B91B9 (or 0x6B91B9) is known color: Danube. HEX triplet: 6B, 91 and B9. RGB value is (107,145,185). Sum of RGB (Red+Green+Blue) = 107+145+185=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 145 (57.03% from 255 or 33.18% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #6B91B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B91B9 is #946E46. Grayscale: #8A8A8A. Windows color (decimal): -9727559 or 12161387. OLE color: 12161387.
HSL color Cylindrical-coordinate representation of color #6B91B9: hue angle of 210.77º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6B91B9 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 145 | 185 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.27 |
| HSL | 210.77º | 0.36% | 0.57% | - |
| HSV(B) | 210.77º | 0.42% | 0.73% | - |
| XYZ | 24.95 | 26.88 | 49.77 | - |
| YUV | 138.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 145 | 185 | 0.42 | 0.22 | 0 | 0.27 | 210.77 | 0.36 | 0.57 |
| Hex | 6B | 91 | B9 | 2A | 16 | 0 | 1B | D3 | 24 | 39 |
| Octal | 153 | 221 | 271 | 52 | 26 | 0 | 33 | 323 | 44 | 71 |
| Binary | 1101011 | 10010001 | 10111001 | 101010 | 10110 | 0 | 11011 | 11010011 | 100100 | 111001 |
Color Harmonies of #6B91B9
Complementary color
Monochromatic Colors of #6B91B9
Black with #6B91B9
Text Example
Text Example
White with #6B91B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B91B9; }
p { color: rgb(107,145,185); }
H1.HeaderClassName
{
color: #6B91B9;
}
.AnyTagClassName
{
color: #6B91B9;
}
</style>
background-color css
<style>
a { background-color: #6B91B9; }
a { background-color: rgb(107,145,185); }
div.DivClassName
{
background-color: #6B91B9;
}
.BgClassName
{
background-color: #6B91B9;
}
</style>
border-color css
<style>
span { border-color: #6B91B9; }
span { border-color: rgb(107,145,185); }
td.TdClassName
{
border-color: #6B91B9;
}
.TagClassName
{
border-color: #6B91B9;
}
</style>