Shades of Danube #6A8AC1
Tints of Danube #6A8AC1
RGB
CMYK
RGB Variations
Color information
#6A8AC1 (or 0x6A8AC1) is known color: Danube. HEX triplet: 6A, 8A and C1. RGB value is (106,138,193). Sum of RGB (Red+Green+Blue) = 106+138+193=437 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.26% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 193 (75.78% from 255 or 44.16% from 437); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A8AC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8AC1 is #95753E. Grayscale: #868686. Windows color (decimal): -9794879 or 12683882. OLE color: 12683882.
HSL color Cylindrical-coordinate representation of color #6A8AC1: hue angle of 217.93º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6A8AC1 is Cyan = 0.45, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 106 | 138 | 193 | - |
| CMYK | 0.45 | 0.28 | 0 | 0.24 |
| HSL | 217.93º | 0.41% | 0.59% | - |
| HSV(B) | 217.93º | 0.45% | 0.76% | - |
| XYZ | 24.66 | 25.09 | 54 | - |
| YUV | 134.7 | 160.9 | 107.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 138 | 193 | 0.45 | 0.28 | 0 | 0.24 | 217.93 | 0.41 | 0.59 |
| Hex | 6A | 8A | C1 | 2D | 1C | 0 | 18 | DA | 29 | 3B |
| Octal | 152 | 212 | 301 | 55 | 34 | 0 | 30 | 332 | 51 | 73 |
| Binary | 1101010 | 10001010 | 11000001 | 101101 | 11100 | 0 | 11000 | 11011010 | 101001 | 111011 |
Color Harmonies of #6A8AC1
Complementary color
Monochromatic Colors of #6A8AC1
Black with #6A8AC1
Text Example
Text Example
White with #6A8AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8AC1; }
p { color: rgb(106,138,193); }
H1.HeaderClassName
{
color: #6A8AC1;
}
.AnyTagClassName
{
color: #6A8AC1;
}
</style>
background-color css
<style>
a { background-color: #6A8AC1; }
a { background-color: rgb(106,138,193); }
div.DivClassName
{
background-color: #6A8AC1;
}
.BgClassName
{
background-color: #6A8AC1;
}
</style>
border-color css
<style>
span { border-color: #6A8AC1; }
span { border-color: rgb(106,138,193); }
td.TdClassName
{
border-color: #6A8AC1;
}
.TagClassName
{
border-color: #6A8AC1;
}
</style>