Shades of Gothic #68878B
Tints of Gothic #68878B
RGB
CMYK
RGB Variations
Color information
#68878B (or 0x68878B) is known color: Gothic. HEX triplet: 68, 87 and 8B. RGB value is (104,135,139). Sum of RGB (Red+Green+Blue) = 104+135+139=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 135 (53.12% from 255 or 35.71% from 378); Blue value is 139 (54.69% from 255 or 36.77% from 378); Max value from RGB is 139 - color contains mainly: blue. Hex color #68878B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68878B is #977874. Grayscale: #7E7E7E. Windows color (decimal): -9926773 or 9144168. OLE color: 9144168.
HSL color Cylindrical-coordinate representation of color #68878B: hue angle of 186.86º 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 #68878B is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 104 | 135 | 139 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.45 |
| HSL | 186.86º | 0.14% | 0.48% | - |
| HSV(B) | 186.86º | 0.25% | 0.55% | - |
| XYZ | 19.03 | 22.14 | 27.7 | - |
| YUV | 126.19 | 135.23 | 112.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 135 | 139 | 0.25 | 0.03 | 0 | 0.45 | 186.86 | 0.14 | 0.48 |
| Hex | 68 | 87 | 8B | 19 | 3 | 0 | 2D | BB | E | 30 |
| Octal | 150 | 207 | 213 | 31 | 3 | 0 | 55 | 273 | 16 | 60 |
| Binary | 1101000 | 10000111 | 10001011 | 11001 | 11 | 0 | 101101 | 10111011 | 1110 | 110000 |
Color Harmonies of #68878B
Complementary color
Monochromatic Colors of #68878B
Black with #68878B
Text Example
Text Example
White with #68878B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68878B; }
p { color: rgb(104,135,139); }
H1.HeaderClassName
{
color: #68878B;
}
.AnyTagClassName
{
color: #68878B;
}
</style>
background-color css
<style>
a { background-color: #68878B; }
a { background-color: rgb(104,135,139); }
div.DivClassName
{
background-color: #68878B;
}
.BgClassName
{
background-color: #68878B;
}
</style>
border-color css
<style>
span { border-color: #68878B; }
span { border-color: rgb(104,135,139); }
td.TdClassName
{
border-color: #68878B;
}
.TagClassName
{
border-color: #68878B;
}
</style>