Shades of Danube #6A8AC0
Tints of Danube #6A8AC0
RGB
CMYK
RGB Variations
Color information
#6A8AC0 (or 0x6A8AC0) is known color: Danube. HEX triplet: 6A, 8A and C0. RGB value is (106,138,192). Sum of RGB (Red+Green+Blue) = 106+138+192=436 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.31% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 192 (75.39% from 255 or 44.04% from 436); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A8AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8AC0 is #95753F. Grayscale: #868686. Windows color (decimal): -9794880 or 12618346. OLE color: 12618346.
HSL color Cylindrical-coordinate representation of color #6A8AC0: hue angle of 217.67º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A8AC0 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 138 | 192 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.25 |
| HSL | 217.67º | 0.41% | 0.58% | - |
| HSV(B) | 217.67º | 0.45% | 0.75% | - |
| XYZ | 24.55 | 25.05 | 53.41 | - |
| YUV | 134.59 | 160.4 | 107.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 192 | 0.45 | 0.28 | 0 | 0.25 | 217.67 | 0.41 | 0.58 |
| Hex | 6A | 8A | C0 | 2D | 1C | 0 | 19 | DA | 29 | 3A |
| Octal | 152 | 212 | 300 | 55 | 34 | 0 | 31 | 332 | 51 | 72 |
| Binary | 1101010 | 10001010 | 11000000 | 101101 | 11100 | 0 | 11001 | 11011010 | 101001 | 111010 |
Color Harmonies of #6A8AC0
Complementary color
Monochromatic Colors of #6A8AC0
Black with #6A8AC0
Text Example
Text Example
White with #6A8AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8AC0; }
p { color: rgb(106,138,192); }
H1.HeaderClassName
{
color: #6A8AC0;
}
.AnyTagClassName
{
color: #6A8AC0;
}
</style>
background-color css
<style>
a { background-color: #6A8AC0; }
a { background-color: rgb(106,138,192); }
div.DivClassName
{
background-color: #6A8AC0;
}
.BgClassName
{
background-color: #6A8AC0;
}
</style>
border-color css
<style>
span { border-color: #6A8AC0; }
span { border-color: rgb(106,138,192); }
td.TdClassName
{
border-color: #6A8AC0;
}
.TagClassName
{
border-color: #6A8AC0;
}
</style>