Shades of Gothic #66878E
Tints of Gothic #66878E
RGB
CMYK
RGB Variations
Color information
#66878E (or 0x66878E) is known color: Gothic. HEX triplet: 66, 87 and 8E. RGB value is (102,135,142). Sum of RGB (Red+Green+Blue) = 102+135+142=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 142 - color contains mainly: blue. Hex color #66878E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66878E is #997871. Grayscale: #7D7D7D. Windows color (decimal): -10057842 or 9340774. OLE color: 9340774.
HSL color Cylindrical-coordinate representation of color #66878E: hue angle of 190.5º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66878E is Cyan = 0.28, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 135 | 142 | - |
| CMYK | 0.28 | 0.05 | 0 | 0.44 |
| HSL | 190.5º | 0.16% | 0.48% | - |
| HSV(B) | 190.5º | 0.28% | 0.56% | - |
| XYZ | 19.03 | 22.11 | 28.86 | - |
| YUV | 125.93 | 137.07 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 135 | 142 | 0.28 | 0.05 | 0 | 0.44 | 190.5 | 0.16 | 0.48 |
| Hex | 66 | 87 | 8E | 1C | 5 | 0 | 2C | BE | 10 | 30 |
| Octal | 146 | 207 | 216 | 34 | 5 | 0 | 54 | 276 | 20 | 60 |
| Binary | 1100110 | 10000111 | 10001110 | 11100 | 101 | 0 | 101100 | 10111110 | 10000 | 110000 |
Color Harmonies of #66878E
Complementary color
Monochromatic Colors of #66878E
Black with #66878E
Text Example
Text Example
White with #66878E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66878E; }
p { color: rgb(102,135,142); }
H1.HeaderClassName
{
color: #66878E;
}
.AnyTagClassName
{
color: #66878E;
}
</style>
background-color css
<style>
a { background-color: #66878E; }
a { background-color: rgb(102,135,142); }
div.DivClassName
{
background-color: #66878E;
}
.BgClassName
{
background-color: #66878E;
}
</style>
border-color css
<style>
span { border-color: #66878E; }
span { border-color: rgb(102,135,142); }
td.TdClassName
{
border-color: #66878E;
}
.TagClassName
{
border-color: #66878E;
}
</style>