Shades of Slate Grey #6B7B8A
Tints of Slate Grey #6B7B8A
RGB
CMYK
RGB Variations
Color information
#6B7B8A (or 0x6B7B8A) is known color: Slate Grey. HEX triplet: 6B, 7B and 8A. RGB value is (107,123,138). Sum of RGB (Red+Green+Blue) = 107+123+138=368 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.08% from 368); Green value is 123 (48.44% from 255 or 33.42% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 138 - color contains mainly: blue. Hex color #6B7B8A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7B8A is #948475. Grayscale: #777777. Windows color (decimal): -9733238 or 9075563. OLE color: 9075563.
HSL color Cylindrical-coordinate representation of color #6B7B8A: hue angle of 209.03º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B7B8A is Cyan = 0.22, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 107 | 123 | 138 | - |
| CMYK | 0.22 | 0.11 | 0 | 0.46 |
| HSL | 209.03º | 0.13% | 0.48% | - |
| HSV(B) | 209.03º | 0.22% | 0.54% | - |
| XYZ | 17.73 | 19.13 | 26.8 | - |
| YUV | 119.93 | 138.2 | 118.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 138 | 0.22 | 0.11 | 0 | 0.46 | 209.03 | 0.13 | 0.48 |
| Hex | 6B | 7B | 8A | 16 | B | 0 | 2E | D1 | D | 30 |
| Octal | 153 | 173 | 212 | 26 | 13 | 0 | 56 | 321 | 15 | 60 |
| Binary | 1101011 | 1111011 | 10001010 | 10110 | 1011 | 0 | 101110 | 11010001 | 1101 | 110000 |
Color Harmonies of #6B7B8A
Complementary color
Monochromatic Colors of #6B7B8A
Black with #6B7B8A
Text Example
Text Example
White with #6B7B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7B8A; }
p { color: rgb(107,123,138); }
H1.HeaderClassName
{
color: #6B7B8A;
}
.AnyTagClassName
{
color: #6B7B8A;
}
</style>
background-color css
<style>
a { background-color: #6B7B8A; }
a { background-color: rgb(107,123,138); }
div.DivClassName
{
background-color: #6B7B8A;
}
.BgClassName
{
background-color: #6B7B8A;
}
</style>
border-color css
<style>
span { border-color: #6B7B8A; }
span { border-color: rgb(107,123,138); }
td.TdClassName
{
border-color: #6B7B8A;
}
.TagClassName
{
border-color: #6B7B8A;
}
</style>