Shades of Gothic #668B91
Tints of Gothic #668B91
RGB
CMYK
RGB Variations
Color information
#668B91 (or 0x668B91) is known color: Gothic. HEX triplet: 66, 8B and 91. RGB value is (102,139,145). Sum of RGB (Red+Green+Blue) = 102+139+145=386 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.42% from 386); Green value is 139 (54.69% from 255 or 36.01% from 386); Blue value is 145 (57.03% from 255 or 37.56% from 386); Max value from RGB is 145 - color contains mainly: blue. Hex color #668B91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668B91 is #99746E. Grayscale: #808080. Windows color (decimal): -10056815 or 9538406. OLE color: 9538406.
HSL color Cylindrical-coordinate representation of color #668B91: hue angle of 188.37º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #668B91 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 102 | 139 | 145 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.43 |
| HSL | 188.37º | 0.17% | 0.48% | - |
| HSV(B) | 188.37º | 0.3% | 0.57% | - |
| XYZ | 19.82 | 23.33 | 30.25 | - |
| YUV | 128.62 | 137.24 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 139 | 145 | 0.30 | 0.04 | 0 | 0.43 | 188.37 | 0.17 | 0.48 |
| Hex | 66 | 8B | 91 | 1E | 4 | 0 | 2B | BC | 11 | 30 |
| Octal | 146 | 213 | 221 | 36 | 4 | 0 | 53 | 274 | 21 | 60 |
| Binary | 1100110 | 10001011 | 10010001 | 11110 | 100 | 0 | 101011 | 10111100 | 10001 | 110000 |
Color Harmonies of #668B91
Complementary color
Monochromatic Colors of #668B91
Black with #668B91
Text Example
Text Example
White with #668B91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668B91; }
p { color: rgb(102,139,145); }
H1.HeaderClassName
{
color: #668B91;
}
.AnyTagClassName
{
color: #668B91;
}
</style>
background-color css
<style>
a { background-color: #668B91; }
a { background-color: rgb(102,139,145); }
div.DivClassName
{
background-color: #668B91;
}
.BgClassName
{
background-color: #668B91;
}
</style>
border-color css
<style>
span { border-color: #668B91; }
span { border-color: rgb(102,139,145); }
td.TdClassName
{
border-color: #668B91;
}
.TagClassName
{
border-color: #668B91;
}
</style>