Shades of Slate Blue #6C47E9
Tints of Slate Blue #6C47E9
RGB
CMYK
RGB Variations
Color information
#6C47E9 (or 0x6C47E9) is known color: Slate Blue. HEX triplet: 6C, 47 and E9. RGB value is (108,71,233). Sum of RGB (Red+Green+Blue) = 108+71+233=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 71 (28.12% from 255 or 17.23% from 412); Blue value is 233 (91.41% from 255 or 56.55% from 412); Max value from RGB is 233 - color contains mainly: blue. Hex color #6C47E9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C47E9 is #93B816. Grayscale: #636363. Windows color (decimal): -9680919 or 15288172. OLE color: 15288172.
HSL color Cylindrical-coordinate representation of color #6C47E9: hue angle of 253.7º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C47E9 is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 108 | 71 | 233 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.09 |
| HSL | 253.7º | 0.79% | 0.6% | - |
| HSV(B) | 253.7º | 0.7% | 0.91% | - |
| XYZ | 23.15 | 13.58 | 78.49 | - |
| YUV | 100.53 | 202.76 | 133.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 233 | 0.54 | 0.70 | 0 | 0.09 | 253.7 | 0.79 | 0.6 |
| Hex | 6C | 47 | E9 | 36 | 46 | 0 | 9 | FE | 4F | 3C |
| Octal | 154 | 107 | 351 | 66 | 106 | 0 | 11 | 376 | 117 | 74 |
| Binary | 1101100 | 1000111 | 11101001 | 110110 | 1000110 | 0 | 1001 | 11111110 | 1001111 | 111100 |
Color Harmonies of #6C47E9
Complementary color
Monochromatic Colors of #6C47E9
Black with #6C47E9
Text Example
Text Example
White with #6C47E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C47E9; }
p { color: rgb(108,71,233); }
H1.HeaderClassName
{
color: #6C47E9;
}
.AnyTagClassName
{
color: #6C47E9;
}
</style>
background-color css
<style>
a { background-color: #6C47E9; }
a { background-color: rgb(108,71,233); }
div.DivClassName
{
background-color: #6C47E9;
}
.BgClassName
{
background-color: #6C47E9;
}
</style>
border-color css
<style>
span { border-color: #6C47E9; }
span { border-color: rgb(108,71,233); }
td.TdClassName
{
border-color: #6C47E9;
}
.TagClassName
{
border-color: #6C47E9;
}
</style>