Shades of Danube #6B90B9
Tints of Danube #6B90B9
RGB
CMYK
RGB Variations
Color information
#6B90B9 (or 0x6B90B9) is known color: Danube. HEX triplet: 6B, 90 and B9. RGB value is (107,144,185). Sum of RGB (Red+Green+Blue) = 107+144+185=436 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.54% from 436); Green value is 144 (56.64% from 255 or 33.03% from 436); Blue value is 185 (72.66% from 255 or 42.43% from 436); Max value from RGB is 185 - color contains mainly: blue. Hex color #6B90B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6B90B9 is #946F46. Grayscale: #898989. Windows color (decimal): -9727815 or 12161131. OLE color: 12161131.
HSL color Cylindrical-coordinate representation of color #6B90B9: hue angle of 211.54º 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 #6B90B9 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 107 | 144 | 185 | - |
| CMYK | 0.42 | 0.22 | 0 | 0.27 |
| HSL | 211.54º | 0.36% | 0.57% | - |
| HSV(B) | 211.54º | 0.42% | 0.73% | - |
| XYZ | 24.79 | 26.58 | 49.72 | - |
| YUV | 137.61 | 154.74 | 106.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 144 | 185 | 0.42 | 0.22 | 0 | 0.27 | 211.54 | 0.36 | 0.57 |
| Hex | 6B | 90 | B9 | 2A | 16 | 0 | 1B | D4 | 24 | 39 |
| Octal | 153 | 220 | 271 | 52 | 26 | 0 | 33 | 324 | 44 | 71 |
| Binary | 1101011 | 10010000 | 10111001 | 101010 | 10110 | 0 | 11011 | 11010100 | 100100 | 111001 |
Color Harmonies of #6B90B9
Complementary color
Monochromatic Colors of #6B90B9
Black with #6B90B9
Text Example
Text Example
White with #6B90B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B90B9; }
p { color: rgb(107,144,185); }
H1.HeaderClassName
{
color: #6B90B9;
}
.AnyTagClassName
{
color: #6B90B9;
}
</style>
background-color css
<style>
a { background-color: #6B90B9; }
a { background-color: rgb(107,144,185); }
div.DivClassName
{
background-color: #6B90B9;
}
.BgClassName
{
background-color: #6B90B9;
}
</style>
border-color css
<style>
span { border-color: #6B90B9; }
span { border-color: rgb(107,144,185); }
td.TdClassName
{
border-color: #6B90B9;
}
.TagClassName
{
border-color: #6B90B9;
}
</style>