Shades of Gothic #668D95
Tints of Gothic #668D95
RGB
CMYK
RGB Variations
Color information
#668D95 (or 0x668D95) is known color: Gothic. HEX triplet: 66, 8D and 95. RGB value is (102,141,149). Sum of RGB (Red+Green+Blue) = 102+141+149=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 149 (58.59% from 255 or 38.01% from 392); Max value from RGB is 149 - color contains mainly: blue. Hex color #668D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668D95 is #99726A. Grayscale: #828282. Windows color (decimal): -10056299 or 9801062. OLE color: 9801062.
HSL color Cylindrical-coordinate representation of color #668D95: hue angle of 190.21º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #668D95 is Cyan = 0.32, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 102 | 141 | 149 | - |
| CMYK | 0.32 | 0.05 | 0 | 0.42 |
| HSL | 190.21º | 0.19% | 0.49% | - |
| HSV(B) | 190.21º | 0.32% | 0.58% | - |
| XYZ | 20.43 | 24.04 | 32 | - |
| YUV | 130.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 141 | 149 | 0.32 | 0.05 | 0 | 0.42 | 190.21 | 0.19 | 0.49 |
| Hex | 66 | 8D | 95 | 20 | 5 | 0 | 2A | BE | 13 | 31 |
| Octal | 146 | 215 | 225 | 40 | 5 | 0 | 52 | 276 | 23 | 61 |
| Binary | 1100110 | 10001101 | 10010101 | 100000 | 101 | 0 | 101010 | 10111110 | 10011 | 110001 |
Color Harmonies of #668D95
Complementary color
Monochromatic Colors of #668D95
Black with #668D95
Text Example
Text Example
White with #668D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668D95; }
p { color: rgb(102,141,149); }
H1.HeaderClassName
{
color: #668D95;
}
.AnyTagClassName
{
color: #668D95;
}
</style>
background-color css
<style>
a { background-color: #668D95; }
a { background-color: rgb(102,141,149); }
div.DivClassName
{
background-color: #668D95;
}
.BgClassName
{
background-color: #668D95;
}
</style>
border-color css
<style>
span { border-color: #668D95; }
span { border-color: rgb(102,141,149); }
td.TdClassName
{
border-color: #668D95;
}
.TagClassName
{
border-color: #668D95;
}
</style>