Shades of Danube #6A8DBC
Tints of Danube #6A8DBC
RGB
CMYK
RGB Variations
Color information
#6A8DBC (or 0x6A8DBC) is known color: Danube. HEX triplet: 6A, 8D and BC. RGB value is (106,141,188). Sum of RGB (Red+Green+Blue) = 106+141+188=435 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.37% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 188 (73.83% from 255 or 43.22% from 435); Max value from RGB is 188 - color contains mainly: blue. Hex color #6A8DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8DBC is #957243. Grayscale: #878787. Windows color (decimal): -9794116 or 12356970. OLE color: 12356970.
HSL color Cylindrical-coordinate representation of color #6A8DBC: hue angle of 214.39º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A8DBC is Cyan = 0.44, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 106 | 141 | 188 | - |
| CMYK | 0.44 | 0.25 | 0 | 0.26 |
| HSL | 214.39º | 0.38% | 0.58% | - |
| HSV(B) | 214.39º | 0.44% | 0.74% | - |
| XYZ | 24.55 | 25.74 | 51.25 | - |
| YUV | 135.89 | 157.4 | 106.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 141 | 188 | 0.44 | 0.25 | 0 | 0.26 | 214.39 | 0.38 | 0.58 |
| Hex | 6A | 8D | BC | 2C | 19 | 0 | 1A | D6 | 26 | 3A |
| Octal | 152 | 215 | 274 | 54 | 31 | 0 | 32 | 326 | 46 | 72 |
| Binary | 1101010 | 10001101 | 10111100 | 101100 | 11001 | 0 | 11010 | 11010110 | 100110 | 111010 |
Color Harmonies of #6A8DBC
Complementary color
Monochromatic Colors of #6A8DBC
Black with #6A8DBC
Text Example
Text Example
White with #6A8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8DBC; }
p { color: rgb(106,141,188); }
H1.HeaderClassName
{
color: #6A8DBC;
}
.AnyTagClassName
{
color: #6A8DBC;
}
</style>
background-color css
<style>
a { background-color: #6A8DBC; }
a { background-color: rgb(106,141,188); }
div.DivClassName
{
background-color: #6A8DBC;
}
.BgClassName
{
background-color: #6A8DBC;
}
</style>
border-color css
<style>
span { border-color: #6A8DBC; }
span { border-color: rgb(106,141,188); }
td.TdClassName
{
border-color: #6A8DBC;
}
.TagClassName
{
border-color: #6A8DBC;
}
</style>