Shades of Danube #6A8AB9
Tints of Danube #6A8AB9
RGB
CMYK
RGB Variations
Color information
#6A8AB9 (or 0x6A8AB9) is known color: Danube. HEX triplet: 6A, 8A and B9. RGB value is (106,138,185). Sum of RGB (Red+Green+Blue) = 106+138+185=429 (56% of max value = 765). Red value is 106 (41.80% from 255 or 24.71% from 429); Green value is 138 (54.30% from 255 or 32.17% from 429); Blue value is 185 (72.66% from 255 or 43.12% from 429); Max value from RGB is 185 - color contains mainly: blue. Hex color #6A8AB9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8AB9 is #957546. Grayscale: #858585. Windows color (decimal): -9794887 or 12159594. OLE color: 12159594.
HSL color Cylindrical-coordinate representation of color #6A8AB9: hue angle of 215.7º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6A8AB9 is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 106 | 138 | 185 | - |
| CMYK | 0.43 | 0.25 | 0 | 0.27 |
| HSL | 215.7º | 0.36% | 0.57% | - |
| HSV(B) | 215.7º | 0.43% | 0.73% | - |
| XYZ | 23.79 | 24.74 | 49.42 | - |
| YUV | 133.79 | 156.9 | 108.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 185 | 0.43 | 0.25 | 0 | 0.27 | 215.7 | 0.36 | 0.57 |
| Hex | 6A | 8A | B9 | 2B | 19 | 0 | 1B | D8 | 24 | 39 |
| Octal | 152 | 212 | 271 | 53 | 31 | 0 | 33 | 330 | 44 | 71 |
| Binary | 1101010 | 10001010 | 10111001 | 101011 | 11001 | 0 | 11011 | 11011000 | 100100 | 111001 |
Color Harmonies of #6A8AB9
Complementary color
Monochromatic Colors of #6A8AB9
Black with #6A8AB9
Text Example
Text Example
White with #6A8AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8AB9; }
p { color: rgb(106,138,185); }
H1.HeaderClassName
{
color: #6A8AB9;
}
.AnyTagClassName
{
color: #6A8AB9;
}
</style>
background-color css
<style>
a { background-color: #6A8AB9; }
a { background-color: rgb(106,138,185); }
div.DivClassName
{
background-color: #6A8AB9;
}
.BgClassName
{
background-color: #6A8AB9;
}
</style>
border-color css
<style>
span { border-color: #6A8AB9; }
span { border-color: rgb(106,138,185); }
td.TdClassName
{
border-color: #6A8AB9;
}
.TagClassName
{
border-color: #6A8AB9;
}
</style>