Shades of Gothic #6A8388
Tints of Gothic #6A8388
RGB
CMYK
RGB Variations
Color information
#6A8388 (or 0x6A8388) is known color: Gothic. HEX triplet: 6A, 83 and 88. RGB value is (106,131,136). Sum of RGB (Red+Green+Blue) = 106+131+136=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 136 - color contains mainly: blue. Hex color #6A8388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A8388 is #957C77. Grayscale: #7C7C7C. Windows color (decimal): -9796728 or 8946538. OLE color: 8946538.
HSL color Cylindrical-coordinate representation of color #6A8388: hue angle of 190º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A8388 is Cyan = 0.22, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 106 | 131 | 136 | - |
| CMYK | 0.22 | 0.04 | 0 | 0.47 |
| HSL | 190º | 0.12% | 0.47% | - |
| HSV(B) | 190º | 0.22% | 0.53% | - |
| XYZ | 18.5 | 21.07 | 26.39 | - |
| YUV | 124.1 | 134.72 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 131 | 136 | 0.22 | 0.04 | 0 | 0.47 | 190 | 0.12 | 0.47 |
| Hex | 6A | 83 | 88 | 16 | 4 | 0 | 2F | BE | C | 2F |
| Octal | 152 | 203 | 210 | 26 | 4 | 0 | 57 | 276 | 14 | 57 |
| Binary | 1101010 | 10000011 | 10001000 | 10110 | 100 | 0 | 101111 | 10111110 | 1100 | 101111 |
Color Harmonies of #6A8388
Complementary color
Monochromatic Colors of #6A8388
Black with #6A8388
Text Example
Text Example
White with #6A8388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A8388; }
p { color: rgb(106,131,136); }
H1.HeaderClassName
{
color: #6A8388;
}
.AnyTagClassName
{
color: #6A8388;
}
</style>
background-color css
<style>
a { background-color: #6A8388; }
a { background-color: rgb(106,131,136); }
div.DivClassName
{
background-color: #6A8388;
}
.BgClassName
{
background-color: #6A8388;
}
</style>
border-color css
<style>
span { border-color: #6A8388; }
span { border-color: rgb(106,131,136); }
td.TdClassName
{
border-color: #6A8388;
}
.TagClassName
{
border-color: #6A8388;
}
</style>