Shades of Slate Blue #6C47CF
Tints of Slate Blue #6C47CF
RGB
CMYK
RGB Variations
Color information
#6C47CF (or 0x6C47CF) is known color: Slate Blue. HEX triplet: 6C, 47 and CF. RGB value is (108,71,207). Sum of RGB (Red+Green+Blue) = 108+71+207=386 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.98% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C47CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C47CF is #93B830. Grayscale: #616161. Windows color (decimal): -9680945 or 13584236. OLE color: 13584236.
HSL color Cylindrical-coordinate representation of color #6C47CF: hue angle of 256.32º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C47CF is Cyan = 0.48, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 108 | 71 | 207 | - |
| CMYK | 0.48 | 0.66 | 0 | 0.19 |
| HSL | 256.32º | 0.59% | 0.55% | - |
| HSV(B) | 256.32º | 0.66% | 0.81% | - |
| XYZ | 19.7 | 12.2 | 60.35 | - |
| YUV | 97.57 | 189.76 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 207 | 0.48 | 0.66 | 0 | 0.19 | 256.32 | 0.59 | 0.55 |
| Hex | 6C | 47 | CF | 30 | 42 | 0 | 13 | 100 | 3B | 37 |
| Octal | 154 | 107 | 317 | 60 | 102 | 0 | 23 | 400 | 73 | 67 |
| Binary | 1101100 | 1000111 | 11001111 | 110000 | 1000010 | 0 | 10011 | 100000000 | 111011 | 110111 |
Color Harmonies of #6C47CF
Complementary color
Monochromatic Colors of #6C47CF
Black with #6C47CF
Text Example
Text Example
White with #6C47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C47CF; }
p { color: rgb(108,71,207); }
H1.HeaderClassName
{
color: #6C47CF;
}
.AnyTagClassName
{
color: #6C47CF;
}
</style>
background-color css
<style>
a { background-color: #6C47CF; }
a { background-color: rgb(108,71,207); }
div.DivClassName
{
background-color: #6C47CF;
}
.BgClassName
{
background-color: #6C47CF;
}
</style>
border-color css
<style>
span { border-color: #6C47CF; }
span { border-color: rgb(108,71,207); }
td.TdClassName
{
border-color: #6C47CF;
}
.TagClassName
{
border-color: #6C47CF;
}
</style>