Shades of Light Slate Grey #6B7FA0
Tints of Light Slate Grey #6B7FA0
RGB
CMYK
RGB Variations
Color information
#6B7FA0 (or 0x6B7FA0) is known color: Light Slate Grey. HEX triplet: 6B, 7F and A0. RGB value is (107,127,160). Sum of RGB (Red+Green+Blue) = 107+127+160=394 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.16% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 160 (62.89% from 255 or 40.61% from 394); Max value from RGB is 160 - color contains mainly: blue. Hex color #6B7FA0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7FA0 is #94805F. Grayscale: #7C7C7C. Windows color (decimal): -9732192 or 10518379. OLE color: 10518379.
HSL color Cylindrical-coordinate representation of color #6B7FA0: hue angle of 217.36º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6B7FA0 is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 127 | 160 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.37 |
| HSL | 217.36º | 0.22% | 0.52% | - |
| HSV(B) | 217.36º | 0.33% | 0.63% | - |
| XYZ | 20 | 20.84 | 36.23 | - |
| YUV | 124.78 | 147.87 | 115.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 160 | 0.33 | 0.21 | 0 | 0.37 | 217.36 | 0.22 | 0.52 |
| Hex | 6B | 7F | A0 | 21 | 15 | 0 | 25 | D9 | 16 | 34 |
| Octal | 153 | 177 | 240 | 41 | 25 | 0 | 45 | 331 | 26 | 64 |
| Binary | 1101011 | 1111111 | 10100000 | 100001 | 10101 | 0 | 100101 | 11011001 | 10110 | 110100 |
Color Harmonies of #6B7FA0
Complementary color
Monochromatic Colors of #6B7FA0
Black with #6B7FA0
Text Example
Text Example
White with #6B7FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7FA0; }
p { color: rgb(107,127,160); }
H1.HeaderClassName
{
color: #6B7FA0;
}
.AnyTagClassName
{
color: #6B7FA0;
}
</style>
background-color css
<style>
a { background-color: #6B7FA0; }
a { background-color: rgb(107,127,160); }
div.DivClassName
{
background-color: #6B7FA0;
}
.BgClassName
{
background-color: #6B7FA0;
}
</style>
border-color css
<style>
span { border-color: #6B7FA0; }
span { border-color: rgb(107,127,160); }
td.TdClassName
{
border-color: #6B7FA0;
}
.TagClassName
{
border-color: #6B7FA0;
}
</style>