Shades of Gothic #668D8E
Tints of Gothic #668D8E
RGB
CMYK
RGB Variations
Color information
#668D8E (or 0x668D8E) is known color: Gothic. HEX triplet: 66, 8D and 8E. RGB value is (102,141,142). Sum of RGB (Red+Green+Blue) = 102+141+142=385 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.49% from 385); Green value is 141 (55.47% from 255 or 36.62% from 385); Blue value is 142 (55.86% from 255 or 36.88% from 385); Max value from RGB is 142 - color contains mainly: blue. Hex color #668D8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668D8E is #997271. Grayscale: #818181. Windows color (decimal): -10056306 or 9342310. OLE color: 9342310.
HSL color Cylindrical-coordinate representation of color #668D8E: hue angle of 181.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 #668D8E is Cyan = 0.28, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 102 | 141 | 142 | - |
| CMYK | 0.28 | 0.01 | 0 | 0.44 |
| HSL | 181.5º | 0.16% | 0.48% | - |
| HSV(B) | 181.5º | 0.28% | 0.56% | - |
| XYZ | 19.89 | 23.83 | 29.14 | - |
| YUV | 129.45 | 135.08 | 108.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 142 | 0.28 | 0.01 | 0 | 0.44 | 181.5 | 0.16 | 0.48 |
| Hex | 66 | 8D | 8E | 1C | 1 | 0 | 2C | B6 | 10 | 30 |
| Octal | 146 | 215 | 216 | 34 | 1 | 0 | 54 | 266 | 20 | 60 |
| Binary | 1100110 | 10001101 | 10001110 | 11100 | 1 | 0 | 101100 | 10110110 | 10000 | 110000 |
Color Harmonies of #668D8E
Complementary color
Monochromatic Colors of #668D8E
Black with #668D8E
Text Example
Text Example
White with #668D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D8E; }
p { color: rgb(102,141,142); }
H1.HeaderClassName
{
color: #668D8E;
}
.AnyTagClassName
{
color: #668D8E;
}
</style>
background-color css
<style>
a { background-color: #668D8E; }
a { background-color: rgb(102,141,142); }
div.DivClassName
{
background-color: #668D8E;
}
.BgClassName
{
background-color: #668D8E;
}
</style>
border-color css
<style>
span { border-color: #668D8E; }
span { border-color: rgb(102,141,142); }
td.TdClassName
{
border-color: #668D8E;
}
.TagClassName
{
border-color: #668D8E;
}
</style>