Shades of Slate Blue #6C47E7
Tints of Slate Blue #6C47E7
RGB
CMYK
RGB Variations
Color information
#6C47E7 (or 0x6C47E7) is known color: Slate Blue. HEX triplet: 6C, 47 and E7. RGB value is (108,71,231). Sum of RGB (Red+Green+Blue) = 108+71+231=410 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.34% from 410); Green value is 71 (28.12% from 255 or 17.32% from 410); Blue value is 231 (90.62% from 255 or 56.34% from 410); Max value from RGB is 231 - color contains mainly: blue. Hex color #6C47E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C47E7 is #93B818. Grayscale: #636363. Windows color (decimal): -9680921 or 15157100. OLE color: 15157100.
HSL color Cylindrical-coordinate representation of color #6C47E7: hue angle of 253.87º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6C47E7 is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 71 | 231 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.09 |
| HSL | 253.88º | 0.77% | 0.59% | - |
| HSV(B) | 253.88º | 0.69% | 0.91% | - |
| XYZ | 22.86 | 13.46 | 77 | - |
| YUV | 100.3 | 201.76 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 231 | 0.53 | 0.69 | 0 | 0.09 | 253.88 | 0.77 | 0.59 |
| Hex | 6C | 47 | E7 | 35 | 45 | 0 | 9 | FE | 4D | 3B |
| Octal | 154 | 107 | 347 | 65 | 105 | 0 | 11 | 376 | 115 | 73 |
| Binary | 1101100 | 1000111 | 11100111 | 110101 | 1000101 | 0 | 1001 | 11111110 | 1001101 | 111011 |
Color Harmonies of #6C47E7
Complementary color
Monochromatic Colors of #6C47E7
Black with #6C47E7
Text Example
Text Example
White with #6C47E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C47E7; }
p { color: rgb(108,71,231); }
H1.HeaderClassName
{
color: #6C47E7;
}
.AnyTagClassName
{
color: #6C47E7;
}
</style>
background-color css
<style>
a { background-color: #6C47E7; }
a { background-color: rgb(108,71,231); }
div.DivClassName
{
background-color: #6C47E7;
}
.BgClassName
{
background-color: #6C47E7;
}
</style>
border-color css
<style>
span { border-color: #6C47E7; }
span { border-color: rgb(108,71,231); }
td.TdClassName
{
border-color: #6C47E7;
}
.TagClassName
{
border-color: #6C47E7;
}
</style>