Shades of Slate Grey #6F7D9C
Tints of Slate Grey #6F7D9C
RGB
CMYK
RGB Variations
Color information
#6F7D9C (or 0x6F7D9C) is known color: Slate Grey. HEX triplet: 6F, 7D and 9C. RGB value is (111,125,156). Sum of RGB (Red+Green+Blue) = 111+125+156=392 (51% of max value = 765). Red value is 111 (43.75% from 255 or 28.32% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 156 (61.33% from 255 or 39.80% from 392); Max value from RGB is 156 - color contains mainly: blue. Hex color #6F7D9C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6F7D9C is #908263. Grayscale: #7C7C7C. Windows color (decimal): -9470564 or 10255727. OLE color: 10255727.
HSL color Cylindrical-coordinate representation of color #6F7D9C: hue angle of 221.33º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F7D9C is Cyan = 0.29, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 111 | 125 | 156 | - |
| CMYK | 0.29 | 0.20 | 0 | 0.39 |
| HSL | 221.33º | 0.19% | 0.52% | - |
| HSV(B) | 221.33º | 0.29% | 0.61% | - |
| XYZ | 19.89 | 20.45 | 34.35 | - |
| YUV | 124.35 | 145.86 | 118.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 125 | 156 | 0.29 | 0.20 | 0 | 0.39 | 221.33 | 0.19 | 0.52 |
| Hex | 6F | 7D | 9C | 1D | 14 | 0 | 27 | DD | 13 | 34 |
| Octal | 157 | 175 | 234 | 35 | 24 | 0 | 47 | 335 | 23 | 64 |
| Binary | 1101111 | 1111101 | 10011100 | 11101 | 10100 | 0 | 100111 | 11011101 | 10011 | 110100 |
Color Harmonies of #6F7D9C
Complementary color
Monochromatic Colors of #6F7D9C
Black with #6F7D9C
Text Example
Text Example
White with #6F7D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7D9C; }
p { color: rgb(111,125,156); }
H1.HeaderClassName
{
color: #6F7D9C;
}
.AnyTagClassName
{
color: #6F7D9C;
}
</style>
background-color css
<style>
a { background-color: #6F7D9C; }
a { background-color: rgb(111,125,156); }
div.DivClassName
{
background-color: #6F7D9C;
}
.BgClassName
{
background-color: #6F7D9C;
}
</style>
border-color css
<style>
span { border-color: #6F7D9C; }
span { border-color: rgb(111,125,156); }
td.TdClassName
{
border-color: #6F7D9C;
}
.TagClassName
{
border-color: #6F7D9C;
}
</style>