Shades of Gothic #68888A
Tints of Gothic #68888A
RGB
CMYK
RGB Variations
Color information
#68888A (or 0x68888A) is known color: Gothic. HEX triplet: 68, 88 and 8A. RGB value is (104,136,138). Sum of RGB (Red+Green+Blue) = 104+136+138=378 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.51% from 378); Green value is 136 (53.52% from 255 or 35.98% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 138 - color contains mainly: blue. Hex color #68888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68888A is #977775. Grayscale: #7E7E7E. Windows color (decimal): -9926518 or 9078888. OLE color: 9078888.
HSL color Cylindrical-coordinate representation of color #68888A: hue angle of 183.53º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #68888A is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 104 | 136 | 138 | - |
| CMYK | 0.25 | 0.01 | 0 | 0.46 |
| HSL | 183.53º | 0.14% | 0.47% | - |
| HSV(B) | 183.53º | 0.25% | 0.54% | - |
| XYZ | 19.1 | 22.39 | 27.36 | - |
| YUV | 126.66 | 134.4 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 136 | 138 | 0.25 | 0.01 | 0 | 0.46 | 183.53 | 0.14 | 0.47 |
| Hex | 68 | 88 | 8A | 19 | 1 | 0 | 2E | B8 | E | 2F |
| Octal | 150 | 210 | 212 | 31 | 1 | 0 | 56 | 270 | 16 | 57 |
| Binary | 1101000 | 10001000 | 10001010 | 11001 | 1 | 0 | 101110 | 10111000 | 1110 | 101111 |
Color Harmonies of #68888A
Complementary color
Monochromatic Colors of #68888A
Black with #68888A
Text Example
Text Example
White with #68888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68888A; }
p { color: rgb(104,136,138); }
H1.HeaderClassName
{
color: #68888A;
}
.AnyTagClassName
{
color: #68888A;
}
</style>
background-color css
<style>
a { background-color: #68888A; }
a { background-color: rgb(104,136,138); }
div.DivClassName
{
background-color: #68888A;
}
.BgClassName
{
background-color: #68888A;
}
</style>
border-color css
<style>
span { border-color: #68888A; }
span { border-color: rgb(104,136,138); }
td.TdClassName
{
border-color: #68888A;
}
.TagClassName
{
border-color: #68888A;
}
</style>