Shades of Slate Grey #68819F
Tints of Slate Grey #68819F
RGB
CMYK
RGB Variations
Color information
#68819F (or 0x68819F) is known color: Slate Grey. HEX triplet: 68, 81 and 9F. RGB value is (104,129,159). Sum of RGB (Red+Green+Blue) = 104+129+159=392 (51% of max value = 765). Red value is 104 (41.02% from 255 or 26.53% from 392); Green value is 129 (50.78% from 255 or 32.91% from 392); Blue value is 159 (62.5% from 255 or 40.56% from 392); Max value from RGB is 159 - color contains mainly: blue. Hex color #68819F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #68819F is #977E60. Grayscale: #7C7C7C. Windows color (decimal): -9928289 or 10453352. OLE color: 10453352.
HSL color Cylindrical-coordinate representation of color #68819F: hue angle of 212.73º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #68819F is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 104 | 129 | 159 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.38 |
| HSL | 212.73º | 0.22% | 0.52% | - |
| HSV(B) | 212.73º | 0.35% | 0.62% | - |
| XYZ | 19.82 | 21.15 | 35.84 | - |
| YUV | 124.95 | 147.22 | 113.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 129 | 159 | 0.35 | 0.19 | 0 | 0.38 | 212.73 | 0.22 | 0.52 |
| Hex | 68 | 81 | 9F | 23 | 13 | 0 | 26 | D5 | 16 | 34 |
| Octal | 150 | 201 | 237 | 43 | 23 | 0 | 46 | 325 | 26 | 64 |
| Binary | 1101000 | 10000001 | 10011111 | 100011 | 10011 | 0 | 100110 | 11010101 | 10110 | 110100 |
Color Harmonies of #68819F
Complementary color
Monochromatic Colors of #68819F
Black with #68819F
Text Example
Text Example
White with #68819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68819F; }
p { color: rgb(104,129,159); }
H1.HeaderClassName
{
color: #68819F;
}
.AnyTagClassName
{
color: #68819F;
}
</style>
background-color css
<style>
a { background-color: #68819F; }
a { background-color: rgb(104,129,159); }
div.DivClassName
{
background-color: #68819F;
}
.BgClassName
{
background-color: #68819F;
}
</style>
border-color css
<style>
span { border-color: #68819F; }
span { border-color: rgb(104,129,159); }
td.TdClassName
{
border-color: #68819F;
}
.TagClassName
{
border-color: #68819F;
}
</style>