Shades of Danube #6A8ABE
Tints of Danube #6A8ABE
RGB
CMYK
RGB Variations
Color information
#6A8ABE (or 0x6A8ABE) is known color: Danube. HEX triplet: 6A, 8A and BE. RGB value is (106,138,190). Sum of RGB (Red+Green+Blue) = 106+138+190=434 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.42% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 190 (74.61% from 255 or 43.78% from 434); Max value from RGB is 190 - color contains mainly: blue. Hex color #6A8ABE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8ABE is #957541. Grayscale: #868686. Windows color (decimal): -9794882 or 12487274. OLE color: 12487274.
HSL color Cylindrical-coordinate representation of color #6A8ABE: hue angle of 217.14º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6A8ABE is Cyan = 0.44, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 138 | 190 | - |
| CMYK | 0.44 | 0.27 | 0 | 0.25 |
| HSL | 217.14º | 0.39% | 0.58% | - |
| HSV(B) | 217.14º | 0.44% | 0.75% | - |
| XYZ | 24.33 | 24.96 | 52.25 | - |
| YUV | 134.36 | 159.4 | 107.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 190 | 0.44 | 0.27 | 0 | 0.25 | 217.14 | 0.39 | 0.58 |
| Hex | 6A | 8A | BE | 2C | 1B | 0 | 19 | D9 | 27 | 3A |
| Octal | 152 | 212 | 276 | 54 | 33 | 0 | 31 | 331 | 47 | 72 |
| Binary | 1101010 | 10001010 | 10111110 | 101100 | 11011 | 0 | 11001 | 11011001 | 100111 | 111010 |
Color Harmonies of #6A8ABE
Complementary color
Monochromatic Colors of #6A8ABE
Black with #6A8ABE
Text Example
Text Example
White with #6A8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8ABE; }
p { color: rgb(106,138,190); }
H1.HeaderClassName
{
color: #6A8ABE;
}
.AnyTagClassName
{
color: #6A8ABE;
}
</style>
background-color css
<style>
a { background-color: #6A8ABE; }
a { background-color: rgb(106,138,190); }
div.DivClassName
{
background-color: #6A8ABE;
}
.BgClassName
{
background-color: #6A8ABE;
}
</style>
border-color css
<style>
span { border-color: #6A8ABE; }
span { border-color: rgb(106,138,190); }
td.TdClassName
{
border-color: #6A8ABE;
}
.TagClassName
{
border-color: #6A8ABE;
}
</style>