Shades of Slate Grey #66819E
Tints of Slate Grey #66819E
RGB
CMYK
RGB Variations
Color information
#66819E (or 0x66819E) is known color: Slate Grey. HEX triplet: 66, 81 and 9E. RGB value is (102,129,158). Sum of RGB (Red+Green+Blue) = 102+129+158=389 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.22% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 158 (62.11% from 255 or 40.62% from 389); Max value from RGB is 158 - color contains mainly: blue. Hex color #66819E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #66819E is #997E61. Grayscale: #7C7C7C. Windows color (decimal): -10059362 or 10387814. OLE color: 10387814.
HSL color Cylindrical-coordinate representation of color #66819E: hue angle of 211.07º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #66819E is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 102 | 129 | 158 | - |
| CMYK | 0.35 | 0.18 | 0 | 0.38 |
| HSL | 211.07º | 0.22% | 0.51% | - |
| HSV(B) | 211.07º | 0.35% | 0.62% | - |
| XYZ | 19.5 | 20.99 | 35.37 | - |
| YUV | 124.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 129 | 158 | 0.35 | 0.18 | 0 | 0.38 | 211.07 | 0.22 | 0.51 |
| Hex | 66 | 81 | 9E | 23 | 12 | 0 | 26 | D3 | 16 | 33 |
| Octal | 146 | 201 | 236 | 43 | 22 | 0 | 46 | 323 | 26 | 63 |
| Binary | 1100110 | 10000001 | 10011110 | 100011 | 10010 | 0 | 100110 | 11010011 | 10110 | 110011 |
Color Harmonies of #66819E
Complementary color
Monochromatic Colors of #66819E
Black with #66819E
Text Example
Text Example
White with #66819E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66819E; }
p { color: rgb(102,129,158); }
H1.HeaderClassName
{
color: #66819E;
}
.AnyTagClassName
{
color: #66819E;
}
</style>
background-color css
<style>
a { background-color: #66819E; }
a { background-color: rgb(102,129,158); }
div.DivClassName
{
background-color: #66819E;
}
.BgClassName
{
background-color: #66819E;
}
</style>
border-color css
<style>
span { border-color: #66819E; }
span { border-color: rgb(102,129,158); }
td.TdClassName
{
border-color: #66819E;
}
.TagClassName
{
border-color: #66819E;
}
</style>