Shades of Gothic #6A8E96
Tints of Gothic #6A8E96
RGB
CMYK
RGB Variations
Color information
#6A8E96 (or 0x6A8E96) is known color: Gothic. HEX triplet: 6A, 8E and 96. RGB value is (106,142,150). Sum of RGB (Red+Green+Blue) = 106+142+150=398 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.63% from 398); Green value is 142 (55.86% from 255 or 35.68% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 150 - color contains mainly: blue. Hex color #6A8E96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8E96 is #957169. Grayscale: #848484. Windows color (decimal): -9793898 or 9866858. OLE color: 9866858.
HSL color Cylindrical-coordinate representation of color #6A8E96: hue angle of 190.91º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6A8E96 is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 106 | 142 | 150 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.41 |
| HSL | 190.91º | 0.17% | 0.5% | - |
| HSV(B) | 190.91º | 0.29% | 0.59% | - |
| XYZ | 21.12 | 24.61 | 32.49 | - |
| YUV | 132.15 | 138.07 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 142 | 150 | 0.29 | 0.05 | 0 | 0.41 | 190.91 | 0.17 | 0.5 |
| Hex | 6A | 8E | 96 | 1D | 5 | 0 | 29 | BF | 11 | 32 |
| Octal | 152 | 216 | 226 | 35 | 5 | 0 | 51 | 277 | 21 | 62 |
| Binary | 1101010 | 10001110 | 10010110 | 11101 | 101 | 0 | 101001 | 10111111 | 10001 | 110010 |
Color Harmonies of #6A8E96
Complementary color
Monochromatic Colors of #6A8E96
Black with #6A8E96
Text Example
Text Example
White with #6A8E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8E96; }
p { color: rgb(106,142,150); }
H1.HeaderClassName
{
color: #6A8E96;
}
.AnyTagClassName
{
color: #6A8E96;
}
</style>
background-color css
<style>
a { background-color: #6A8E96; }
a { background-color: rgb(106,142,150); }
div.DivClassName
{
background-color: #6A8E96;
}
.BgClassName
{
background-color: #6A8E96;
}
</style>
border-color css
<style>
span { border-color: #6A8E96; }
span { border-color: rgb(106,142,150); }
td.TdClassName
{
border-color: #6A8E96;
}
.TagClassName
{
border-color: #6A8E96;
}
</style>