Shades of Slate Blue #6C4ADE
Tints of Slate Blue #6C4ADE
RGB
CMYK
RGB Variations
Color information
#6C4ADE (or 0x6C4ADE) is known color: Slate Blue. HEX triplet: 6C, 4A and DE. RGB value is (108,74,222). Sum of RGB (Red+Green+Blue) = 108+74+222=404 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.73% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 222 (87.11% from 255 or 54.95% from 404); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C4ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4ADE is #93B521. Grayscale: #646464. Windows color (decimal): -9680162 or 14568044. OLE color: 14568044.
HSL color Cylindrical-coordinate representation of color #6C4ADE: hue angle of 253.78º degrees, saturation: 0.69, 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 #6C4ADE is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 74 | 222 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.13 |
| HSL | 253.78º | 0.69% | 0.58% | - |
| HSV(B) | 253.78º | 0.67% | 0.87% | - |
| XYZ | 21.82 | 13.36 | 70.54 | - |
| YUV | 101.04 | 196.26 | 132.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 74 | 222 | 0.51 | 0.67 | 0 | 0.13 | 253.78 | 0.69 | 0.58 |
| Hex | 6C | 4A | DE | 33 | 43 | 0 | D | FE | 45 | 3A |
| Octal | 154 | 112 | 336 | 63 | 103 | 0 | 15 | 376 | 105 | 72 |
| Binary | 1101100 | 1001010 | 11011110 | 110011 | 1000011 | 0 | 1101 | 11111110 | 1000101 | 111010 |
Color Harmonies of #6C4ADE
Complementary color
Monochromatic Colors of #6C4ADE
Black with #6C4ADE
Text Example
Text Example
White with #6C4ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4ADE; }
p { color: rgb(108,74,222); }
H1.HeaderClassName
{
color: #6C4ADE;
}
.AnyTagClassName
{
color: #6C4ADE;
}
</style>
background-color css
<style>
a { background-color: #6C4ADE; }
a { background-color: rgb(108,74,222); }
div.DivClassName
{
background-color: #6C4ADE;
}
.BgClassName
{
background-color: #6C4ADE;
}
</style>
border-color css
<style>
span { border-color: #6C4ADE; }
span { border-color: rgb(108,74,222); }
td.TdClassName
{
border-color: #6C4ADE;
}
.TagClassName
{
border-color: #6C4ADE;
}
</style>