Shades of Gothic #66878A
Tints of Gothic #66878A
RGB
CMYK
RGB Variations
Color information
#66878A (or 0x66878A) is known color: Gothic. HEX triplet: 66, 87 and 8A. RGB value is (102,135,138). Sum of RGB (Red+Green+Blue) = 102+135+138=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 138 - color contains mainly: blue. Hex color #66878A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66878A is #997875. Grayscale: #7D7D7D. Windows color (decimal): -10057846 or 9078630. OLE color: 9078630.
HSL color Cylindrical-coordinate representation of color #66878A: hue angle of 185º 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 #66878A is Cyan = 0.26, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 102 | 135 | 138 | - |
| CMYK | 0.26 | 0.02 | 0 | 0.46 |
| HSL | 185º | 0.15% | 0.47% | - |
| HSV(B) | 185º | 0.26% | 0.54% | - |
| XYZ | 18.73 | 21.99 | 27.3 | - |
| YUV | 125.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 138 | 0.26 | 0.02 | 0 | 0.46 | 185 | 0.15 | 0.47 |
| Hex | 66 | 87 | 8A | 1A | 2 | 0 | 2E | B9 | F | 2F |
| Octal | 146 | 207 | 212 | 32 | 2 | 0 | 56 | 271 | 17 | 57 |
| Binary | 1100110 | 10000111 | 10001010 | 11010 | 10 | 0 | 101110 | 10111001 | 1111 | 101111 |
Color Harmonies of #66878A
Complementary color
Monochromatic Colors of #66878A
Black with #66878A
Text Example
Text Example
White with #66878A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66878A; }
p { color: rgb(102,135,138); }
H1.HeaderClassName
{
color: #66878A;
}
.AnyTagClassName
{
color: #66878A;
}
</style>
background-color css
<style>
a { background-color: #66878A; }
a { background-color: rgb(102,135,138); }
div.DivClassName
{
background-color: #66878A;
}
.BgClassName
{
background-color: #66878A;
}
</style>
border-color css
<style>
span { border-color: #66878A; }
span { border-color: rgb(102,135,138); }
td.TdClassName
{
border-color: #66878A;
}
.TagClassName
{
border-color: #66878A;
}
</style>