Shades of Slate Grey #6B8399
Tints of Slate Grey #6B8399
RGB
CMYK
RGB Variations
Color information
#6B8399 (or 0x6B8399) is known color: Slate Grey. HEX triplet: 6B, 83 and 99. RGB value is (107,131,153). Sum of RGB (Red+Green+Blue) = 107+131+153=391 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.37% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 153 - color contains mainly: blue. Hex color #6B8399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8399 is #947C66. Grayscale: #7E7E7E. Windows color (decimal): -9731175 or 10060651. OLE color: 10060651.
HSL color Cylindrical-coordinate representation of color #6B8399: hue angle of 208.7º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6B8399 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 107 | 131 | 153 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.4 |
| HSL | 208.7º | 0.18% | 0.51% | - |
| HSV(B) | 208.7º | 0.3% | 0.6% | - |
| XYZ | 19.93 | 21.66 | 33.27 | - |
| YUV | 126.33 | 143.05 | 114.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 131 | 153 | 0.30 | 0.14 | 0 | 0.4 | 208.7 | 0.18 | 0.51 |
| Hex | 6B | 83 | 99 | 1E | E | 0 | 28 | D1 | 12 | 33 |
| Octal | 153 | 203 | 231 | 36 | 16 | 0 | 50 | 321 | 22 | 63 |
| Binary | 1101011 | 10000011 | 10011001 | 11110 | 1110 | 0 | 101000 | 11010001 | 10010 | 110011 |
Color Harmonies of #6B8399
Complementary color
Monochromatic Colors of #6B8399
Black with #6B8399
Text Example
Text Example
White with #6B8399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8399; }
p { color: rgb(107,131,153); }
H1.HeaderClassName
{
color: #6B8399;
}
.AnyTagClassName
{
color: #6B8399;
}
</style>
background-color css
<style>
a { background-color: #6B8399; }
a { background-color: rgb(107,131,153); }
div.DivClassName
{
background-color: #6B8399;
}
.BgClassName
{
background-color: #6B8399;
}
</style>
border-color css
<style>
span { border-color: #6B8399; }
span { border-color: rgb(107,131,153); }
td.TdClassName
{
border-color: #6B8399;
}
.TagClassName
{
border-color: #6B8399;
}
</style>