Shades of Gothic #6A878D
Tints of Gothic #6A878D
RGB
CMYK
RGB Variations
Color information
#6A878D (or 0x6A878D) is known color: Gothic. HEX triplet: 6A, 87 and 8D. RGB value is (106,135,141). Sum of RGB (Red+Green+Blue) = 106+135+141=382 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.75% from 382); Green value is 135 (53.12% from 255 or 35.34% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A878D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A878D is #957872. Grayscale: #7E7E7E. Windows color (decimal): -9795699 or 9275242. OLE color: 9275242.
HSL color Cylindrical-coordinate representation of color #6A878D: hue angle of 190.29º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6A878D is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 106 | 135 | 141 | - |
| CMYK | 0.25 | 0.04 | 0 | 0.45 |
| HSL | 190.29º | 0.14% | 0.48% | - |
| HSV(B) | 190.29º | 0.25% | 0.55% | - |
| XYZ | 19.42 | 22.32 | 28.48 | - |
| YUV | 127.01 | 135.89 | 113.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 135 | 141 | 0.25 | 0.04 | 0 | 0.45 | 190.29 | 0.14 | 0.48 |
| Hex | 6A | 87 | 8D | 19 | 4 | 0 | 2D | BE | E | 30 |
| Octal | 152 | 207 | 215 | 31 | 4 | 0 | 55 | 276 | 16 | 60 |
| Binary | 1101010 | 10000111 | 10001101 | 11001 | 100 | 0 | 101101 | 10111110 | 1110 | 110000 |
Color Harmonies of #6A878D
Complementary color
Monochromatic Colors of #6A878D
Black with #6A878D
Text Example
Text Example
White with #6A878D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A878D; }
p { color: rgb(106,135,141); }
H1.HeaderClassName
{
color: #6A878D;
}
.AnyTagClassName
{
color: #6A878D;
}
</style>
background-color css
<style>
a { background-color: #6A878D; }
a { background-color: rgb(106,135,141); }
div.DivClassName
{
background-color: #6A878D;
}
.BgClassName
{
background-color: #6A878D;
}
</style>
border-color css
<style>
span { border-color: #6A878D; }
span { border-color: rgb(106,135,141); }
td.TdClassName
{
border-color: #6A878D;
}
.TagClassName
{
border-color: #6A878D;
}
</style>