Shades of Gothic #66838C
Tints of Gothic #66838C
RGB
CMYK
RGB Variations
Color information
#66838C (or 0x66838C) is known color: Gothic. HEX triplet: 66, 83 and 8C. RGB value is (102,131,140). Sum of RGB (Red+Green+Blue) = 102+131+140=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 131 (51.56% from 255 or 35.12% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #66838C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66838C is #997C73. Grayscale: #7B7B7B. Windows color (decimal): -10058868 or 9208678. OLE color: 9208678.
HSL color Cylindrical-coordinate representation of color #66838C: hue angle of 194.21º 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 #66838C is Cyan = 0.27, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 131 | 140 | - |
| CMYK | 0.27 | 0.06 | 0 | 0.45 |
| HSL | 194.21º | 0.16% | 0.47% | - |
| HSV(B) | 194.21º | 0.27% | 0.55% | - |
| XYZ | 18.33 | 20.95 | 27.89 | - |
| YUV | 123.36 | 137.39 | 112.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 131 | 140 | 0.27 | 0.06 | 0 | 0.45 | 194.21 | 0.16 | 0.47 |
| Hex | 66 | 83 | 8C | 1B | 6 | 0 | 2D | C2 | 10 | 2F |
| Octal | 146 | 203 | 214 | 33 | 6 | 0 | 55 | 302 | 20 | 57 |
| Binary | 1100110 | 10000011 | 10001100 | 11011 | 110 | 0 | 101101 | 11000010 | 10000 | 101111 |
Color Harmonies of #66838C
Complementary color
Monochromatic Colors of #66838C
Black with #66838C
Text Example
Text Example
White with #66838C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66838C; }
p { color: rgb(102,131,140); }
H1.HeaderClassName
{
color: #66838C;
}
.AnyTagClassName
{
color: #66838C;
}
</style>
background-color css
<style>
a { background-color: #66838C; }
a { background-color: rgb(102,131,140); }
div.DivClassName
{
background-color: #66838C;
}
.BgClassName
{
background-color: #66838C;
}
</style>
border-color css
<style>
span { border-color: #66838C; }
span { border-color: rgb(102,131,140); }
td.TdClassName
{
border-color: #66838C;
}
.TagClassName
{
border-color: #66838C;
}
</style>