Shades of Danube #6A8AB2
Tints of Danube #6A8AB2
RGB
CMYK
RGB Variations
Color information
#6A8AB2 (or 0x6A8AB2) is known color: Danube. HEX triplet: 6A, 8A and B2. RGB value is (106,138,178). Sum of RGB (Red+Green+Blue) = 106+138+178=422 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.12% from 422); Green value is 138 (54.30% from 255 or 32.70% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 178 - color contains mainly: blue. Hex color #6A8AB2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8AB2 is #95754D. Grayscale: #848484. Windows color (decimal): -9794894 or 11700842. OLE color: 11700842.
HSL color Cylindrical-coordinate representation of color #6A8AB2: hue angle of 213.33º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6A8AB2 is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 106 | 138 | 178 | - |
| CMYK | 0.40 | 0.22 | 0 | 0.30 |
| HSL | 213.33º | 0.32% | 0.56% | - |
| HSV(B) | 213.33º | 0.4% | 0.7% | - |
| XYZ | 23.07 | 24.46 | 45.62 | - |
| YUV | 132.99 | 153.4 | 108.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 178 | 0.40 | 0.22 | 0 | 0.30 | 213.33 | 0.32 | 0.56 |
| Hex | 6A | 8A | B2 | 28 | 16 | 0 | 1E | D5 | 20 | 38 |
| Octal | 152 | 212 | 262 | 50 | 26 | 0 | 36 | 325 | 40 | 70 |
| Binary | 1101010 | 10001010 | 10110010 | 101000 | 10110 | 0 | 11110 | 11010101 | 100000 | 111000 |
Color Harmonies of #6A8AB2
Complementary color
Monochromatic Colors of #6A8AB2
Black with #6A8AB2
Text Example
Text Example
White with #6A8AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8AB2; }
p { color: rgb(106,138,178); }
H1.HeaderClassName
{
color: #6A8AB2;
}
.AnyTagClassName
{
color: #6A8AB2;
}
</style>
background-color css
<style>
a { background-color: #6A8AB2; }
a { background-color: rgb(106,138,178); }
div.DivClassName
{
background-color: #6A8AB2;
}
.BgClassName
{
background-color: #6A8AB2;
}
</style>
border-color css
<style>
span { border-color: #6A8AB2; }
span { border-color: rgb(106,138,178); }
td.TdClassName
{
border-color: #6A8AB2;
}
.TagClassName
{
border-color: #6A8AB2;
}
</style>