Shades of Gothic #668A8C
Tints of Gothic #668A8C
RGB
CMYK
RGB Variations
Color information
#668A8C (or 0x668A8C) is known color: Gothic. HEX triplet: 66, 8A and 8C. RGB value is (102,138,140). Sum of RGB (Red+Green+Blue) = 102+138+140=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 138 (54.30% from 255 or 36.32% from 380); Blue value is 140 (55.08% from 255 or 36.84% from 380); Max value from RGB is 140 - color contains mainly: blue. Hex color #668A8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668A8C is #997573. Grayscale: #7F7F7F. Windows color (decimal): -10057076 or 9210470. OLE color: 9210470.
HSL color Cylindrical-coordinate representation of color #668A8C: hue angle of 183.16º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #668A8C is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 138 | 140 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.45 |
| HSL | 183.16º | 0.16% | 0.47% | - |
| HSV(B) | 183.16º | 0.27% | 0.55% | - |
| XYZ | 19.3 | 22.9 | 28.21 | - |
| YUV | 127.46 | 135.07 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 138 | 140 | 0.27 | 0.01 | 0 | 0.45 | 183.16 | 0.16 | 0.47 |
| Hex | 66 | 8A | 8C | 1B | 1 | 0 | 2D | B7 | 10 | 2F |
| Octal | 146 | 212 | 214 | 33 | 1 | 0 | 55 | 267 | 20 | 57 |
| Binary | 1100110 | 10001010 | 10001100 | 11011 | 1 | 0 | 101101 | 10110111 | 10000 | 101111 |
Color Harmonies of #668A8C
Complementary color
Monochromatic Colors of #668A8C
Black with #668A8C
Text Example
Text Example
White with #668A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668A8C; }
p { color: rgb(102,138,140); }
H1.HeaderClassName
{
color: #668A8C;
}
.AnyTagClassName
{
color: #668A8C;
}
</style>
background-color css
<style>
a { background-color: #668A8C; }
a { background-color: rgb(102,138,140); }
div.DivClassName
{
background-color: #668A8C;
}
.BgClassName
{
background-color: #668A8C;
}
</style>
border-color css
<style>
span { border-color: #668A8C; }
span { border-color: rgb(102,138,140); }
td.TdClassName
{
border-color: #668A8C;
}
.TagClassName
{
border-color: #668A8C;
}
</style>