Shades of Slate Grey #688395
Tints of Slate Grey #688395
RGB
CMYK
RGB Variations
Color information
#688395 (or 0x688395) is known color: Slate Grey. HEX triplet: 68, 83 and 95. RGB value is (104,131,149). Sum of RGB (Red+Green+Blue) = 104+131+149=384 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.08% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 149 - color contains mainly: blue. Hex color #688395 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688395 is #977C6A. Grayscale: #7C7C7C. Windows color (decimal): -9927787 or 9798504. OLE color: 9798504.
HSL color Cylindrical-coordinate representation of color #688395: hue angle of 204º 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 #688395 is Cyan = 0.30, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 104 | 131 | 149 | - |
| CMYK | 0.30 | 0.12 | 0 | 0.42 |
| HSL | 204º | 0.18% | 0.5% | - |
| HSV(B) | 204º | 0.3% | 0.58% | - |
| XYZ | 19.25 | 21.35 | 31.54 | - |
| YUV | 124.98 | 141.55 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 131 | 149 | 0.30 | 0.12 | 0 | 0.42 | 204 | 0.18 | 0.5 |
| Hex | 68 | 83 | 95 | 1E | C | 0 | 2A | CC | 12 | 32 |
| Octal | 150 | 203 | 225 | 36 | 14 | 0 | 52 | 314 | 22 | 62 |
| Binary | 1101000 | 10000011 | 10010101 | 11110 | 1100 | 0 | 101010 | 11001100 | 10010 | 110010 |
Color Harmonies of #688395
Complementary color
Monochromatic Colors of #688395
Black with #688395
Text Example
Text Example
White with #688395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688395; }
p { color: rgb(104,131,149); }
H1.HeaderClassName
{
color: #688395;
}
.AnyTagClassName
{
color: #688395;
}
</style>
background-color css
<style>
a { background-color: #688395; }
a { background-color: rgb(104,131,149); }
div.DivClassName
{
background-color: #688395;
}
.BgClassName
{
background-color: #688395;
}
</style>
border-color css
<style>
span { border-color: #688395; }
span { border-color: rgb(104,131,149); }
td.TdClassName
{
border-color: #688395;
}
.TagClassName
{
border-color: #688395;
}
</style>