Shades of Slate Grey #66798D
Tints of Slate Grey #66798D
RGB
CMYK
RGB Variations
Color information
#66798D (or 0x66798D) is known color: Slate Grey. HEX triplet: 66, 79 and 8D. RGB value is (102,121,141). Sum of RGB (Red+Green+Blue) = 102+121+141=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 121 (47.66% from 255 or 33.24% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #66798D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #66798D is #998672. Grayscale: #757575. Windows color (decimal): -10061427 or 9271654. OLE color: 9271654.
HSL color Cylindrical-coordinate representation of color #66798D: hue angle of 210.77º degrees, saturation: 0.16, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #66798D is Cyan = 0.28, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 102 | 121 | 141 | - |
| CMYK | 0.28 | 0.14 | 0 | 0.45 |
| HSL | 210.77º | 0.16% | 0.48% | - |
| HSV(B) | 210.77º | 0.28% | 0.55% | - |
| XYZ | 17.12 | 18.42 | 27.85 | - |
| YUV | 117.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 121 | 141 | 0.28 | 0.14 | 0 | 0.45 | 210.77 | 0.16 | 0.48 |
| Hex | 66 | 79 | 8D | 1C | E | 0 | 2D | D3 | 10 | 30 |
| Octal | 146 | 171 | 215 | 34 | 16 | 0 | 55 | 323 | 20 | 60 |
| Binary | 1100110 | 1111001 | 10001101 | 11100 | 1110 | 0 | 101101 | 11010011 | 10000 | 110000 |
Color Harmonies of #66798D
Complementary color
Monochromatic Colors of #66798D
Black with #66798D
Text Example
Text Example
White with #66798D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66798D; }
p { color: rgb(102,121,141); }
H1.HeaderClassName
{
color: #66798D;
}
.AnyTagClassName
{
color: #66798D;
}
</style>
background-color css
<style>
a { background-color: #66798D; }
a { background-color: rgb(102,121,141); }
div.DivClassName
{
background-color: #66798D;
}
.BgClassName
{
background-color: #66798D;
}
</style>
border-color css
<style>
span { border-color: #66798D; }
span { border-color: rgb(102,121,141); }
td.TdClassName
{
border-color: #66798D;
}
.TagClassName
{
border-color: #66798D;
}
</style>