Shades of Slate Grey #668098
Tints of Slate Grey #668098
RGB
CMYK
RGB Variations
Color information
#668098 (or 0x668098) is known color: Slate Grey. HEX triplet: 66, 80 and 98. RGB value is (102,128,152). Sum of RGB (Red+Green+Blue) = 102+128+152=382 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.70% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 152 (59.77% from 255 or 39.79% from 382); Max value from RGB is 152 - color contains mainly: blue. Hex color #668098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #668098 is #997F67. Grayscale: #7A7A7A. Windows color (decimal): -10059624 or 9994342. OLE color: 9994342.
HSL color Cylindrical-coordinate representation of color #668098: hue angle of 208.8º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #668098 is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 102 | 128 | 152 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.40 |
| HSL | 208.8º | 0.2% | 0.5% | - |
| HSV(B) | 208.8º | 0.33% | 0.6% | - |
| XYZ | 18.87 | 20.53 | 32.67 | - |
| YUV | 122.96 | 144.39 | 113.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 128 | 152 | 0.33 | 0.16 | 0 | 0.40 | 208.8 | 0.2 | 0.5 |
| Hex | 66 | 80 | 98 | 21 | 10 | 0 | 28 | D1 | 14 | 32 |
| Octal | 146 | 200 | 230 | 41 | 20 | 0 | 50 | 321 | 24 | 62 |
| Binary | 1100110 | 10000000 | 10011000 | 100001 | 10000 | 0 | 101000 | 11010001 | 10100 | 110010 |
Color Harmonies of #668098
Complementary color
Monochromatic Colors of #668098
Black with #668098
Text Example
Text Example
White with #668098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #668098; }
p { color: rgb(102,128,152); }
H1.HeaderClassName
{
color: #668098;
}
.AnyTagClassName
{
color: #668098;
}
</style>
background-color css
<style>
a { background-color: #668098; }
a { background-color: rgb(102,128,152); }
div.DivClassName
{
background-color: #668098;
}
.BgClassName
{
background-color: #668098;
}
</style>
border-color css
<style>
span { border-color: #668098; }
span { border-color: rgb(102,128,152); }
td.TdClassName
{
border-color: #668098;
}
.TagClassName
{
border-color: #668098;
}
</style>