Shades of Slate Grey #6B8090
Tints of Slate Grey #6B8090
RGB
CMYK
RGB Variations
Color information
#6B8090 (or 0x6B8090) is known color: Slate Grey. HEX triplet: 6B, 80 and 90. RGB value is (107,128,144). Sum of RGB (Red+Green+Blue) = 107+128+144=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 144 - color contains mainly: blue. Hex color #6B8090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8090 is #947F6F. Grayscale: #7B7B7B. Windows color (decimal): -9731952 or 9470059. OLE color: 9470059.
HSL color Cylindrical-coordinate representation of color #6B8090: hue angle of 205.95º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6B8090 is Cyan = 0.26, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 107 | 128 | 144 | - |
| CMYK | 0.26 | 0.11 | 0 | 0.44 |
| HSL | 205.95º | 0.15% | 0.49% | - |
| HSV(B) | 205.95º | 0.26% | 0.56% | - |
| XYZ | 18.82 | 20.58 | 29.37 | - |
| YUV | 123.55 | 139.54 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 128 | 144 | 0.26 | 0.11 | 0 | 0.44 | 205.95 | 0.15 | 0.49 |
| Hex | 6B | 80 | 90 | 1A | B | 0 | 2C | CE | F | 31 |
| Octal | 153 | 200 | 220 | 32 | 13 | 0 | 54 | 316 | 17 | 61 |
| Binary | 1101011 | 10000000 | 10010000 | 11010 | 1011 | 0 | 101100 | 11001110 | 1111 | 110001 |
Color Harmonies of #6B8090
Complementary color
Monochromatic Colors of #6B8090
Black with #6B8090
Text Example
Text Example
White with #6B8090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B8090; }
p { color: rgb(107,128,144); }
H1.HeaderClassName
{
color: #6B8090;
}
.AnyTagClassName
{
color: #6B8090;
}
</style>
background-color css
<style>
a { background-color: #6B8090; }
a { background-color: rgb(107,128,144); }
div.DivClassName
{
background-color: #6B8090;
}
.BgClassName
{
background-color: #6B8090;
}
</style>
border-color css
<style>
span { border-color: #6B8090; }
span { border-color: rgb(107,128,144); }
td.TdClassName
{
border-color: #6B8090;
}
.TagClassName
{
border-color: #6B8090;
}
</style>