Shades of Gothic #668E92
Tints of Gothic #668E92
RGB
CMYK
RGB Variations
Color information
#668E92 (or 0x668E92) is known color: Gothic. HEX triplet: 66, 8E and 92. RGB value is (102,142,146). Sum of RGB (Red+Green+Blue) = 102+142+146=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 142 (55.86% from 255 or 36.41% from 390); Blue value is 146 (57.42% from 255 or 37.44% from 390); Max value from RGB is 146 - color contains mainly: blue. Hex color #668E92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668E92 is #99716D. Grayscale: #828282. Windows color (decimal): -10056046 or 9604710. OLE color: 9604710.
HSL color Cylindrical-coordinate representation of color #668E92: hue angle of 185.45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #668E92 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 142 | 146 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.43 |
| HSL | 185.45º | 0.18% | 0.49% | - |
| HSV(B) | 185.45º | 0.3% | 0.57% | - |
| XYZ | 20.34 | 24.25 | 30.8 | - |
| YUV | 130.5 | 136.75 | 107.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 142 | 146 | 0.30 | 0.03 | 0 | 0.43 | 185.45 | 0.18 | 0.49 |
| Hex | 66 | 8E | 92 | 1E | 3 | 0 | 2B | B9 | 12 | 31 |
| Octal | 146 | 216 | 222 | 36 | 3 | 0 | 53 | 271 | 22 | 61 |
| Binary | 1100110 | 10001110 | 10010010 | 11110 | 11 | 0 | 101011 | 10111001 | 10010 | 110001 |
Color Harmonies of #668E92
Complementary color
Monochromatic Colors of #668E92
Black with #668E92
Text Example
Text Example
White with #668E92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668E92; }
p { color: rgb(102,142,146); }
H1.HeaderClassName
{
color: #668E92;
}
.AnyTagClassName
{
color: #668E92;
}
</style>
background-color css
<style>
a { background-color: #668E92; }
a { background-color: rgb(102,142,146); }
div.DivClassName
{
background-color: #668E92;
}
.BgClassName
{
background-color: #668E92;
}
</style>
border-color css
<style>
span { border-color: #668E92; }
span { border-color: rgb(102,142,146); }
td.TdClassName
{
border-color: #668E92;
}
.TagClassName
{
border-color: #668E92;
}
</style>