Shades of Slate Grey #688198
Tints of Slate Grey #688198
RGB
CMYK
RGB Variations
Color information
#688198 (or 0x688198) is known color: Slate Grey. HEX triplet: 68, 81 and 98. RGB value is (104,129,152). Sum of RGB (Red+Green+Blue) = 104+129+152=385 (50% of max value = 765). Red value is 104 (41.02% from 255 or 27.01% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 152 (59.77% from 255 or 39.48% from 385); Max value from RGB is 152 - color contains mainly: blue. Hex color #688198 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #688198 is #977E67. Grayscale: #7C7C7C. Windows color (decimal): -9928296 or 9994600. OLE color: 9994600.
HSL color Cylindrical-coordinate representation of color #688198: hue angle of 208.75º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #688198 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 104 | 129 | 152 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.40 |
| HSL | 208.75º | 0.19% | 0.5% | - |
| HSV(B) | 208.75º | 0.32% | 0.6% | - |
| XYZ | 19.23 | 20.91 | 32.73 | - |
| YUV | 124.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 152 | 0.32 | 0.15 | 0 | 0.40 | 208.75 | 0.19 | 0.5 |
| Hex | 68 | 81 | 98 | 20 | F | 0 | 28 | D1 | 13 | 32 |
| Octal | 150 | 201 | 230 | 40 | 17 | 0 | 50 | 321 | 23 | 62 |
| Binary | 1101000 | 10000001 | 10011000 | 100000 | 1111 | 0 | 101000 | 11010001 | 10011 | 110010 |
Color Harmonies of #688198
Complementary color
Monochromatic Colors of #688198
Black with #688198
Text Example
Text Example
White with #688198
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #688198; }
p { color: rgb(104,129,152); }
H1.HeaderClassName
{
color: #688198;
}
.AnyTagClassName
{
color: #688198;
}
</style>
background-color css
<style>
a { background-color: #688198; }
a { background-color: rgb(104,129,152); }
div.DivClassName
{
background-color: #688198;
}
.BgClassName
{
background-color: #688198;
}
</style>
border-color css
<style>
span { border-color: #688198; }
span { border-color: rgb(104,129,152); }
td.TdClassName
{
border-color: #688198;
}
.TagClassName
{
border-color: #688198;
}
</style>