Shades of Gothic #6A8B91
Tints of Gothic #6A8B91
RGB
CMYK
RGB Variations
Color information
#6A8B91 (or 0x6A8B91) is known color: Gothic. HEX triplet: 6A, 8B and 91. RGB value is (106,139,145). Sum of RGB (Red+Green+Blue) = 106+139+145=390 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.18% from 390); Green value is 139 (54.69% from 255 or 35.64% from 390); Blue value is 145 (57.03% from 255 or 37.18% from 390); Max value from RGB is 145 - color contains mainly: blue. Hex color #6A8B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8B91 is #95746E. Grayscale: #818181. Windows color (decimal): -9794671 or 9538410. OLE color: 9538410.
HSL color Cylindrical-coordinate representation of color #6A8B91: hue angle of 189.23º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A8B91 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 106 | 139 | 145 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.43 |
| HSL | 189.23º | 0.16% | 0.49% | - |
| HSV(B) | 189.23º | 0.27% | 0.57% | - |
| XYZ | 20.29 | 23.57 | 30.27 | - |
| YUV | 129.82 | 136.57 | 111.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 139 | 145 | 0.27 | 0.04 | 0 | 0.43 | 189.23 | 0.16 | 0.49 |
| Hex | 6A | 8B | 91 | 1B | 4 | 0 | 2B | BD | 10 | 31 |
| Octal | 152 | 213 | 221 | 33 | 4 | 0 | 53 | 275 | 20 | 61 |
| Binary | 1101010 | 10001011 | 10010001 | 11011 | 100 | 0 | 101011 | 10111101 | 10000 | 110001 |
Color Harmonies of #6A8B91
Complementary color
Monochromatic Colors of #6A8B91
Black with #6A8B91
Text Example
Text Example
White with #6A8B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8B91; }
p { color: rgb(106,139,145); }
H1.HeaderClassName
{
color: #6A8B91;
}
.AnyTagClassName
{
color: #6A8B91;
}
</style>
background-color css
<style>
a { background-color: #6A8B91; }
a { background-color: rgb(106,139,145); }
div.DivClassName
{
background-color: #6A8B91;
}
.BgClassName
{
background-color: #6A8B91;
}
</style>
border-color css
<style>
span { border-color: #6A8B91; }
span { border-color: rgb(106,139,145); }
td.TdClassName
{
border-color: #6A8B91;
}
.TagClassName
{
border-color: #6A8B91;
}
</style>