Shades of Slate Blue #6C47CE
Tints of Slate Blue #6C47CE
RGB
CMYK
RGB Variations
Color information
#6C47CE (or 0x6C47CE) is known color: Slate Blue. HEX triplet: 6C, 47 and CE. RGB value is (108,71,206). Sum of RGB (Red+Green+Blue) = 108+71+206=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #6C47CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C47CE is #93B831. Grayscale: #606060. Windows color (decimal): -9680946 or 13518700. OLE color: 13518700.
HSL color Cylindrical-coordinate representation of color #6C47CE: hue angle of 256.44º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C47CE is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 71 | 206 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.19 |
| HSL | 256.44º | 0.58% | 0.54% | - |
| HSV(B) | 256.44º | 0.66% | 0.81% | - |
| XYZ | 19.58 | 12.15 | 59.71 | - |
| YUV | 97.45 | 189.26 | 135.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 206 | 0.48 | 0.66 | 0 | 0.19 | 256.44 | 0.58 | 0.54 |
| Hex | 6C | 47 | CE | 30 | 42 | 0 | 13 | 100 | 3A | 36 |
| Octal | 154 | 107 | 316 | 60 | 102 | 0 | 23 | 400 | 72 | 66 |
| Binary | 1101100 | 1000111 | 11001110 | 110000 | 1000010 | 0 | 10011 | 100000000 | 111010 | 110110 |
Color Harmonies of #6C47CE
Complementary color
Monochromatic Colors of #6C47CE
Black with #6C47CE
Text Example
Text Example
White with #6C47CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C47CE; }
p { color: rgb(108,71,206); }
H1.HeaderClassName
{
color: #6C47CE;
}
.AnyTagClassName
{
color: #6C47CE;
}
</style>
background-color css
<style>
a { background-color: #6C47CE; }
a { background-color: rgb(108,71,206); }
div.DivClassName
{
background-color: #6C47CE;
}
.BgClassName
{
background-color: #6C47CE;
}
</style>
border-color css
<style>
span { border-color: #6C47CE; }
span { border-color: rgb(108,71,206); }
td.TdClassName
{
border-color: #6C47CE;
}
.TagClassName
{
border-color: #6C47CE;
}
</style>