Shades of Slate Grey #6C7E9B
Tints of Slate Grey #6C7E9B
RGB
CMYK
RGB Variations
Color information
#6C7E9B (or 0x6C7E9B) is known color: Slate Grey. HEX triplet: 6C, 7E and 9B. RGB value is (108,126,155). Sum of RGB (Red+Green+Blue) = 108+126+155=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 126 (49.61% from 255 or 32.39% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 155 - color contains mainly: blue. Hex color #6C7E9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6C7E9B is #938164. Grayscale: #7B7B7B. Windows color (decimal): -9666917 or 10190444. OLE color: 10190444.
HSL color Cylindrical-coordinate representation of color #6C7E9B: hue angle of 217.02º degrees, saturation: 0.19, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6C7E9B is Cyan = 0.30, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 108 | 126 | 155 | - |
| CMYK | 0.30 | 0.19 | 0 | 0.39 |
| HSL | 217.02º | 0.19% | 0.52% | - |
| HSV(B) | 217.02º | 0.3% | 0.61% | - |
| XYZ | 19.56 | 20.48 | 33.93 | - |
| YUV | 123.92 | 145.54 | 116.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 126 | 155 | 0.30 | 0.19 | 0 | 0.39 | 217.02 | 0.19 | 0.52 |
| Hex | 6C | 7E | 9B | 1E | 13 | 0 | 27 | D9 | 13 | 34 |
| Octal | 154 | 176 | 233 | 36 | 23 | 0 | 47 | 331 | 23 | 64 |
| Binary | 1101100 | 1111110 | 10011011 | 11110 | 10011 | 0 | 100111 | 11011001 | 10011 | 110100 |
Color Harmonies of #6C7E9B
Complementary color
Monochromatic Colors of #6C7E9B
Black with #6C7E9B
Text Example
Text Example
White with #6C7E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7E9B; }
p { color: rgb(108,126,155); }
H1.HeaderClassName
{
color: #6C7E9B;
}
.AnyTagClassName
{
color: #6C7E9B;
}
</style>
background-color css
<style>
a { background-color: #6C7E9B; }
a { background-color: rgb(108,126,155); }
div.DivClassName
{
background-color: #6C7E9B;
}
.BgClassName
{
background-color: #6C7E9B;
}
</style>
border-color css
<style>
span { border-color: #6C7E9B; }
span { border-color: rgb(108,126,155); }
td.TdClassName
{
border-color: #6C7E9B;
}
.TagClassName
{
border-color: #6C7E9B;
}
</style>