Shades of Slate Blue #6C47EB
Tints of Slate Blue #6C47EB
RGB
CMYK
RGB Variations
Color information
#6C47EB (or 0x6C47EB) is known color: Slate Blue. HEX triplet: 6C, 47 and EB. RGB value is (108,71,235). Sum of RGB (Red+Green+Blue) = 108+71+235=414 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.09% from 414); Green value is 71 (28.12% from 255 or 17.15% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C47EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C47EB is #93B814. Grayscale: #646464. Windows color (decimal): -9680917 or 15419244. OLE color: 15419244.
HSL color Cylindrical-coordinate representation of color #6C47EB: hue angle of 253.54º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6C47EB is Cyan = 0.54, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 108 | 71 | 235 | - |
| CMYK | 0.54 | 0.70 | 0 | 0.08 |
| HSL | 253.54º | 0.8% | 0.6% | - |
| HSV(B) | 253.54º | 0.7% | 0.92% | - |
| XYZ | 23.43 | 13.69 | 80.01 | - |
| YUV | 100.76 | 203.76 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 235 | 0.54 | 0.70 | 0 | 0.08 | 253.54 | 0.8 | 0.6 |
| Hex | 6C | 47 | EB | 36 | 46 | 0 | 8 | FE | 50 | 3C |
| Octal | 154 | 107 | 353 | 66 | 106 | 0 | 10 | 376 | 120 | 74 |
| Binary | 1101100 | 1000111 | 11101011 | 110110 | 1000110 | 0 | 1000 | 11111110 | 1010000 | 111100 |
Color Harmonies of #6C47EB
Complementary color
Monochromatic Colors of #6C47EB
Black with #6C47EB
Text Example
Text Example
White with #6C47EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C47EB; }
p { color: rgb(108,71,235); }
H1.HeaderClassName
{
color: #6C47EB;
}
.AnyTagClassName
{
color: #6C47EB;
}
</style>
background-color css
<style>
a { background-color: #6C47EB; }
a { background-color: rgb(108,71,235); }
div.DivClassName
{
background-color: #6C47EB;
}
.BgClassName
{
background-color: #6C47EB;
}
</style>
border-color css
<style>
span { border-color: #6C47EB; }
span { border-color: rgb(108,71,235); }
td.TdClassName
{
border-color: #6C47EB;
}
.TagClassName
{
border-color: #6C47EB;
}
</style>