Shades of Slate Blue #6C4DDA
Tints of Slate Blue #6C4DDA
RGB
CMYK
RGB Variations
Color information
#6C4DDA (or 0x6C4DDA) is known color: Slate Blue. HEX triplet: 6C, 4D and DA. RGB value is (108,77,218). Sum of RGB (Red+Green+Blue) = 108+77+218=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 218 (85.55% from 255 or 54.09% from 403); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C4DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4DDA is #93B225. Grayscale: #656565. Windows color (decimal): -9679398 or 14306668. OLE color: 14306668.
HSL color Cylindrical-coordinate representation of color #6C4DDA: hue angle of 253.19º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6C4DDA is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 108 | 77 | 218 | - |
| CMYK | 0.50 | 0.65 | 0 | 0.15 |
| HSL | 253.19º | 0.66% | 0.58% | - |
| HSV(B) | 253.19º | 0.65% | 0.85% | - |
| XYZ | 21.49 | 13.56 | 67.81 | - |
| YUV | 102.34 | 193.27 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 218 | 0.50 | 0.65 | 0 | 0.15 | 253.19 | 0.66 | 0.58 |
| Hex | 6C | 4D | DA | 32 | 41 | 0 | F | FD | 42 | 3A |
| Octal | 154 | 115 | 332 | 62 | 101 | 0 | 17 | 375 | 102 | 72 |
| Binary | 1101100 | 1001101 | 11011010 | 110010 | 1000001 | 0 | 1111 | 11111101 | 1000010 | 111010 |
Color Harmonies of #6C4DDA
Complementary color
Monochromatic Colors of #6C4DDA
Black with #6C4DDA
Text Example
Text Example
White with #6C4DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4DDA; }
p { color: rgb(108,77,218); }
H1.HeaderClassName
{
color: #6C4DDA;
}
.AnyTagClassName
{
color: #6C4DDA;
}
</style>
background-color css
<style>
a { background-color: #6C4DDA; }
a { background-color: rgb(108,77,218); }
div.DivClassName
{
background-color: #6C4DDA;
}
.BgClassName
{
background-color: #6C4DDA;
}
</style>
border-color css
<style>
span { border-color: #6C4DDA; }
span { border-color: rgb(108,77,218); }
td.TdClassName
{
border-color: #6C4DDA;
}
.TagClassName
{
border-color: #6C4DDA;
}
</style>