Shades of Slate Grey #6C7A88
Tints of Slate Grey #6C7A88
RGB
CMYK
RGB Variations
Color information
#6C7A88 (or 0x6C7A88) is known color: Slate Grey. HEX triplet: 6C, 7A and 88. RGB value is (108,122,136). Sum of RGB (Red+Green+Blue) = 108+122+136=366 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.51% from 366); Green value is 122 (48.05% from 255 or 33.33% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #6C7A88 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7A88 is #938577. Grayscale: #777777. Windows color (decimal): -9667960 or 8944236. OLE color: 8944236.
HSL color Cylindrical-coordinate representation of color #6C7A88: hue angle of 210º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6C7A88 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 108 | 122 | 136 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.47 |
| HSL | 210º | 0.11% | 0.48% | - |
| HSV(B) | 210º | 0.21% | 0.53% | - |
| XYZ | 17.59 | 18.88 | 26.01 | - |
| YUV | 119.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 122 | 136 | 0.21 | 0.10 | 0 | 0.47 | 210 | 0.11 | 0.48 |
| Hex | 6C | 7A | 88 | 15 | A | 0 | 2F | D2 | B | 30 |
| Octal | 154 | 172 | 210 | 25 | 12 | 0 | 57 | 322 | 13 | 60 |
| Binary | 1101100 | 1111010 | 10001000 | 10101 | 1010 | 0 | 101111 | 11010010 | 1011 | 110000 |
Color Harmonies of #6C7A88
Complementary color
Monochromatic Colors of #6C7A88
Black with #6C7A88
Text Example
Text Example
White with #6C7A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7A88; }
p { color: rgb(108,122,136); }
H1.HeaderClassName
{
color: #6C7A88;
}
.AnyTagClassName
{
color: #6C7A88;
}
</style>
background-color css
<style>
a { background-color: #6C7A88; }
a { background-color: rgb(108,122,136); }
div.DivClassName
{
background-color: #6C7A88;
}
.BgClassName
{
background-color: #6C7A88;
}
</style>
border-color css
<style>
span { border-color: #6C7A88; }
span { border-color: rgb(108,122,136); }
td.TdClassName
{
border-color: #6C7A88;
}
.TagClassName
{
border-color: #6C7A88;
}
</style>