Shades of Gothic #66858C
Tints of Gothic #66858C
RGB
CMYK
RGB Variations
Color information
#66858C (or 0x66858C) is known color: Gothic. HEX triplet: 66, 85 and 8C. RGB value is (102,133,140). Sum of RGB (Red+Green+Blue) = 102+133+140=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 133 (52.34% from 255 or 35.47% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #66858C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66858C is #997A73. Grayscale: #7C7C7C. Windows color (decimal): -10058356 or 9209190. OLE color: 9209190.
HSL color Cylindrical-coordinate representation of color #66858C: hue angle of 191.05º 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 #66858C is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 133 | 140 | - |
| CMYK | 0.27 | 0.05 | 0 | 0.45 |
| HSL | 191.05º | 0.16% | 0.47% | - |
| HSV(B) | 191.05º | 0.27% | 0.55% | - |
| XYZ | 18.6 | 21.49 | 27.98 | - |
| YUV | 124.53 | 136.73 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 133 | 140 | 0.27 | 0.05 | 0 | 0.45 | 191.05 | 0.16 | 0.47 |
| Hex | 66 | 85 | 8C | 1B | 5 | 0 | 2D | BF | 10 | 2F |
| Octal | 146 | 205 | 214 | 33 | 5 | 0 | 55 | 277 | 20 | 57 |
| Binary | 1100110 | 10000101 | 10001100 | 11011 | 101 | 0 | 101101 | 10111111 | 10000 | 101111 |
Color Harmonies of #66858C
Complementary color
Monochromatic Colors of #66858C
Black with #66858C
Text Example
Text Example
White with #66858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66858C; }
p { color: rgb(102,133,140); }
H1.HeaderClassName
{
color: #66858C;
}
.AnyTagClassName
{
color: #66858C;
}
</style>
background-color css
<style>
a { background-color: #66858C; }
a { background-color: rgb(102,133,140); }
div.DivClassName
{
background-color: #66858C;
}
.BgClassName
{
background-color: #66858C;
}
</style>
border-color css
<style>
span { border-color: #66858C; }
span { border-color: rgb(102,133,140); }
td.TdClassName
{
border-color: #66858C;
}
.TagClassName
{
border-color: #66858C;
}
</style>