Shades of Gothic #66888A
Tints of Gothic #66888A
RGB
CMYK
RGB Variations
Color information
#66888A (or 0x66888A) is known color: Gothic. HEX triplet: 66, 88 and 8A. RGB value is (102,136,138). Sum of RGB (Red+Green+Blue) = 102+136+138=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 138 - color contains mainly: blue. Hex color #66888A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66888A is #997775. Grayscale: #7E7E7E. Windows color (decimal): -10057590 or 9078886. OLE color: 9078886.
HSL color Cylindrical-coordinate representation of color #66888A: hue angle of 183.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #66888A is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 136 | 138 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.46 |
| HSL | 183.33º | 0.15% | 0.47% | - |
| HSV(B) | 183.33º | 0.26% | 0.54% | - |
| XYZ | 18.87 | 22.27 | 27.35 | - |
| YUV | 126.06 | 134.74 | 110.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 136 | 138 | 0.26 | 0.01 | 0 | 0.46 | 183.33 | 0.15 | 0.47 |
| Hex | 66 | 88 | 8A | 1A | 1 | 0 | 2E | B7 | F | 2F |
| Octal | 146 | 210 | 212 | 32 | 1 | 0 | 56 | 267 | 17 | 57 |
| Binary | 1100110 | 10001000 | 10001010 | 11010 | 1 | 0 | 101110 | 10110111 | 1111 | 101111 |
Color Harmonies of #66888A
Complementary color
Monochromatic Colors of #66888A
Black with #66888A
Text Example
Text Example
White with #66888A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66888A; }
p { color: rgb(102,136,138); }
H1.HeaderClassName
{
color: #66888A;
}
.AnyTagClassName
{
color: #66888A;
}
</style>
background-color css
<style>
a { background-color: #66888A; }
a { background-color: rgb(102,136,138); }
div.DivClassName
{
background-color: #66888A;
}
.BgClassName
{
background-color: #66888A;
}
</style>
border-color css
<style>
span { border-color: #66888A; }
span { border-color: rgb(102,136,138); }
td.TdClassName
{
border-color: #66888A;
}
.TagClassName
{
border-color: #66888A;
}
</style>