Shades of Slate Blue #6C44D1
Tints of Slate Blue #6C44D1
RGB
CMYK
RGB Variations
Color information
#6C44D1 (or 0x6C44D1) is known color: Slate Blue. HEX triplet: 6C, 44 and D1. RGB value is (108,68,209). Sum of RGB (Red+Green+Blue) = 108+68+209=385 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.05% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 209 (82.03% from 255 or 54.29% from 385); Max value from RGB is 209 - color contains mainly: blue. Hex color #6C44D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C44D1 is #93BB2E. Grayscale: #5F5F5F. Windows color (decimal): -9681711 or 13714540. OLE color: 13714540.
HSL color Cylindrical-coordinate representation of color #6C44D1: hue angle of 257.02º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C44D1 is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 108 | 68 | 209 | - |
| CMYK | 0.48 | 0.67 | 0 | 0.18 |
| HSL | 257.02º | 0.61% | 0.54% | - |
| HSV(B) | 257.02º | 0.67% | 0.82% | - |
| XYZ | 19.76 | 11.93 | 61.58 | - |
| YUV | 96.03 | 191.75 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 209 | 0.48 | 0.67 | 0 | 0.18 | 257.02 | 0.61 | 0.54 |
| Hex | 6C | 44 | D1 | 30 | 43 | 0 | 12 | 101 | 3D | 36 |
| Octal | 154 | 104 | 321 | 60 | 103 | 0 | 22 | 401 | 75 | 66 |
| Binary | 1101100 | 1000100 | 11010001 | 110000 | 1000011 | 0 | 10010 | 100000001 | 111101 | 110110 |
Color Harmonies of #6C44D1
Complementary color
Monochromatic Colors of #6C44D1
Black with #6C44D1
Text Example
Text Example
White with #6C44D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C44D1; }
p { color: rgb(108,68,209); }
H1.HeaderClassName
{
color: #6C44D1;
}
.AnyTagClassName
{
color: #6C44D1;
}
</style>
background-color css
<style>
a { background-color: #6C44D1; }
a { background-color: rgb(108,68,209); }
div.DivClassName
{
background-color: #6C44D1;
}
.BgClassName
{
background-color: #6C44D1;
}
</style>
border-color css
<style>
span { border-color: #6C44D1; }
span { border-color: rgb(108,68,209); }
td.TdClassName
{
border-color: #6C44D1;
}
.TagClassName
{
border-color: #6C44D1;
}
</style>