Shades of Gothic #6B878E
Tints of Gothic #6B878E
RGB
CMYK
RGB Variations
Color information
#6B878E (or 0x6B878E) is known color: Gothic. HEX triplet: 6B, 87 and 8E. RGB value is (107,135,142). Sum of RGB (Red+Green+Blue) = 107+135+142=384 (50% of max value = 765). Red value is 107 (42.19% from 255 or 27.86% from 384); Green value is 135 (53.12% from 255 or 35.16% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 142 - color contains mainly: blue. Hex color #6B878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B878E is #947871. Grayscale: #7F7F7F. Windows color (decimal): -9730162 or 9340779. OLE color: 9340779.
HSL color Cylindrical-coordinate representation of color #6B878E: hue angle of 192º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B878E is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 135 | 142 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.44 |
| HSL | 192º | 0.14% | 0.49% | - |
| HSV(B) | 192º | 0.25% | 0.56% | - |
| XYZ | 19.61 | 22.41 | 28.88 | - |
| YUV | 127.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 135 | 142 | 0.25 | 0.05 | 0 | 0.44 | 192 | 0.14 | 0.49 |
| Hex | 6B | 87 | 8E | 19 | 5 | 0 | 2C | C0 | E | 31 |
| Octal | 153 | 207 | 216 | 31 | 5 | 0 | 54 | 300 | 16 | 61 |
| Binary | 1101011 | 10000111 | 10001110 | 11001 | 101 | 0 | 101100 | 11000000 | 1110 | 110001 |
Color Harmonies of #6B878E
Complementary color
Monochromatic Colors of #6B878E
Black with #6B878E
Text Example
Text Example
White with #6B878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B878E; }
p { color: rgb(107,135,142); }
H1.HeaderClassName
{
color: #6B878E;
}
.AnyTagClassName
{
color: #6B878E;
}
</style>
background-color css
<style>
a { background-color: #6B878E; }
a { background-color: rgb(107,135,142); }
div.DivClassName
{
background-color: #6B878E;
}
.BgClassName
{
background-color: #6B878E;
}
</style>
border-color css
<style>
span { border-color: #6B878E; }
span { border-color: rgb(107,135,142); }
td.TdClassName
{
border-color: #6B878E;
}
.TagClassName
{
border-color: #6B878E;
}
</style>