Shades of Slate Grey #688095
Tints of Slate Grey #688095
RGB
CMYK
RGB Variations
Color information
#688095 (or 0x688095) is known color: Slate Grey. HEX triplet: 68, 80 and 95. RGB value is (104,128,149). Sum of RGB (Red+Green+Blue) = 104+128+149=381 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.30% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 149 (58.59% from 255 or 39.11% from 381); Max value from RGB is 149 - color contains mainly: blue. Hex color #688095 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688095 is #977F6A. Grayscale: #7B7B7B. Windows color (decimal): -9928555 or 9797736. OLE color: 9797736.
HSL color Cylindrical-coordinate representation of color #688095: hue angle of 208º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #688095 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 128 | 149 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.42 |
| HSL | 208º | 0.18% | 0.5% | - |
| HSV(B) | 208º | 0.3% | 0.58% | - |
| XYZ | 18.85 | 20.55 | 31.41 | - |
| YUV | 123.22 | 142.55 | 114.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 128 | 149 | 0.30 | 0.14 | 0 | 0.42 | 208 | 0.18 | 0.5 |
| Hex | 68 | 80 | 95 | 1E | E | 0 | 2A | D0 | 12 | 32 |
| Octal | 150 | 200 | 225 | 36 | 16 | 0 | 52 | 320 | 22 | 62 |
| Binary | 1101000 | 10000000 | 10010101 | 11110 | 1110 | 0 | 101010 | 11010000 | 10010 | 110010 |
Color Harmonies of #688095
Complementary color
Monochromatic Colors of #688095
Black with #688095
Text Example
Text Example
White with #688095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688095; }
p { color: rgb(104,128,149); }
H1.HeaderClassName
{
color: #688095;
}
.AnyTagClassName
{
color: #688095;
}
</style>
background-color css
<style>
a { background-color: #688095; }
a { background-color: rgb(104,128,149); }
div.DivClassName
{
background-color: #688095;
}
.BgClassName
{
background-color: #688095;
}
</style>
border-color css
<style>
span { border-color: #688095; }
span { border-color: rgb(104,128,149); }
td.TdClassName
{
border-color: #688095;
}
.TagClassName
{
border-color: #688095;
}
</style>