Shades of Light Slate Grey #6B7FA1
Tints of Light Slate Grey #6B7FA1
RGB
CMYK
RGB Variations
Color information
#6B7FA1 (or 0x6B7FA1) is known color: Light Slate Grey. HEX triplet: 6B, 7F and A1. RGB value is (107,127,161). Sum of RGB (Red+Green+Blue) = 107+127+161=395 (52% of max value = 765). Red value is 107 (42.19% from 255 or 27.09% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 161 (63.28% from 255 or 40.76% from 395); Max value from RGB is 161 - color contains mainly: blue. Hex color #6B7FA1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6B7FA1 is #94805E. Grayscale: #7C7C7C. Windows color (decimal): -9732191 or 10583915. OLE color: 10583915.
HSL color Cylindrical-coordinate representation of color #6B7FA1: hue angle of 217.78º degrees, saturation: 0.22, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6B7FA1 is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 107 | 127 | 161 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.37 |
| HSL | 217.78º | 0.22% | 0.53% | - |
| HSV(B) | 217.78º | 0.34% | 0.63% | - |
| XYZ | 20.09 | 20.88 | 36.69 | - |
| YUV | 124.9 | 148.37 | 115.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 127 | 161 | 0.34 | 0.21 | 0 | 0.37 | 217.78 | 0.22 | 0.53 |
| Hex | 6B | 7F | A1 | 22 | 15 | 0 | 25 | DA | 16 | 35 |
| Octal | 153 | 177 | 241 | 42 | 25 | 0 | 45 | 332 | 26 | 65 |
| Binary | 1101011 | 1111111 | 10100001 | 100010 | 10101 | 0 | 100101 | 11011010 | 10110 | 110101 |
Color Harmonies of #6B7FA1
Complementary color
Monochromatic Colors of #6B7FA1
Black with #6B7FA1
Text Example
Text Example
White with #6B7FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7FA1; }
p { color: rgb(107,127,161); }
H1.HeaderClassName
{
color: #6B7FA1;
}
.AnyTagClassName
{
color: #6B7FA1;
}
</style>
background-color css
<style>
a { background-color: #6B7FA1; }
a { background-color: rgb(107,127,161); }
div.DivClassName
{
background-color: #6B7FA1;
}
.BgClassName
{
background-color: #6B7FA1;
}
</style>
border-color css
<style>
span { border-color: #6B7FA1; }
span { border-color: rgb(107,127,161); }
td.TdClassName
{
border-color: #6B7FA1;
}
.TagClassName
{
border-color: #6B7FA1;
}
</style>