Shades of Slate Blue #6C4ADD
Tints of Slate Blue #6C4ADD
RGB
CMYK
RGB Variations
Color information
#6C4ADD (or 0x6C4ADD) is known color: Slate Blue. HEX triplet: 6C, 4A and DD. RGB value is (108,74,221). Sum of RGB (Red+Green+Blue) = 108+74+221=403 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.80% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 221 (86.72% from 255 or 54.84% from 403); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C4ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4ADD is #93B522. Grayscale: #646464. Windows color (decimal): -9680163 or 14502508. OLE color: 14502508.
HSL color Cylindrical-coordinate representation of color #6C4ADD: hue angle of 253.88º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C4ADD is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 74 | 221 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.13 |
| HSL | 253.88º | 0.68% | 0.58% | - |
| HSV(B) | 253.88º | 0.67% | 0.87% | - |
| XYZ | 21.68 | 13.31 | 69.83 | - |
| YUV | 100.92 | 195.76 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 74 | 221 | 0.51 | 0.67 | 0 | 0.13 | 253.88 | 0.68 | 0.58 |
| Hex | 6C | 4A | DD | 33 | 43 | 0 | D | FE | 44 | 3A |
| Octal | 154 | 112 | 335 | 63 | 103 | 0 | 15 | 376 | 104 | 72 |
| Binary | 1101100 | 1001010 | 11011101 | 110011 | 1000011 | 0 | 1101 | 11111110 | 1000100 | 111010 |
Color Harmonies of #6C4ADD
Complementary color
Monochromatic Colors of #6C4ADD
Black with #6C4ADD
Text Example
Text Example
White with #6C4ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4ADD; }
p { color: rgb(108,74,221); }
H1.HeaderClassName
{
color: #6C4ADD;
}
.AnyTagClassName
{
color: #6C4ADD;
}
</style>
background-color css
<style>
a { background-color: #6C4ADD; }
a { background-color: rgb(108,74,221); }
div.DivClassName
{
background-color: #6C4ADD;
}
.BgClassName
{
background-color: #6C4ADD;
}
</style>
border-color css
<style>
span { border-color: #6C4ADD; }
span { border-color: rgb(108,74,221); }
td.TdClassName
{
border-color: #6C4ADD;
}
.TagClassName
{
border-color: #6C4ADD;
}
</style>