Shades of Slate Grey #6E7F9B
Tints of Slate Grey #6E7F9B
RGB
CMYK
RGB Variations
Color information
#6E7F9B (or 0x6E7F9B) is known color: Slate Grey. HEX triplet: 6E, 7F and 9B. RGB value is (110,127,155). Sum of RGB (Red+Green+Blue) = 110+127+155=392 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.06% from 392); Green value is 127 (50% from 255 or 32.40% from 392); Blue value is 155 (60.94% from 255 or 39.54% from 392); Max value from RGB is 155 - color contains mainly: blue. Hex color #6E7F9B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E7F9B is #918064. Grayscale: #7C7C7C. Windows color (decimal): -9535589 or 10190702. OLE color: 10190702.
HSL color Cylindrical-coordinate representation of color #6E7F9B: hue angle of 217.33º degrees, saturation: 0.18, 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 #6E7F9B is Cyan = 0.29, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 110 | 127 | 155 | - |
| CMYK | 0.29 | 0.18 | 0 | 0.39 |
| HSL | 217.33º | 0.18% | 0.52% | - |
| HSV(B) | 217.33º | 0.29% | 0.61% | - |
| XYZ | 19.94 | 20.86 | 33.99 | - |
| YUV | 125.11 | 144.87 | 117.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 127 | 155 | 0.29 | 0.18 | 0 | 0.39 | 217.33 | 0.18 | 0.52 |
| Hex | 6E | 7F | 9B | 1D | 12 | 0 | 27 | D9 | 12 | 34 |
| Octal | 156 | 177 | 233 | 35 | 22 | 0 | 47 | 331 | 22 | 64 |
| Binary | 1101110 | 1111111 | 10011011 | 11101 | 10010 | 0 | 100111 | 11011001 | 10010 | 110100 |
Color Harmonies of #6E7F9B
Complementary color
Monochromatic Colors of #6E7F9B
Black with #6E7F9B
Text Example
Text Example
White with #6E7F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7F9B; }
p { color: rgb(110,127,155); }
H1.HeaderClassName
{
color: #6E7F9B;
}
.AnyTagClassName
{
color: #6E7F9B;
}
</style>
background-color css
<style>
a { background-color: #6E7F9B; }
a { background-color: rgb(110,127,155); }
div.DivClassName
{
background-color: #6E7F9B;
}
.BgClassName
{
background-color: #6E7F9B;
}
</style>
border-color css
<style>
span { border-color: #6E7F9B; }
span { border-color: rgb(110,127,155); }
td.TdClassName
{
border-color: #6E7F9B;
}
.TagClassName
{
border-color: #6E7F9B;
}
</style>