Shades of Slate Blue #6C4CDE
Tints of Slate Blue #6C4CDE
RGB
CMYK
RGB Variations
Color information
#6C4CDE (or 0x6C4CDE) is known color: Slate Blue. HEX triplet: 6C, 4C and DE. RGB value is (108,76,222). Sum of RGB (Red+Green+Blue) = 108+76+222=406 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.60% from 406); Green value is 76 (30.08% from 255 or 18.72% from 406); Blue value is 222 (87.11% from 255 or 54.68% from 406); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C4CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4CDE is #93B321. Grayscale: #656565. Windows color (decimal): -9679650 or 14568556. OLE color: 14568556.
HSL color Cylindrical-coordinate representation of color #6C4CDE: hue angle of 253.15º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6C4CDE is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 76 | 222 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.13 |
| HSL | 253.15º | 0.69% | 0.58% | - |
| HSV(B) | 253.15º | 0.66% | 0.87% | - |
| XYZ | 21.95 | 13.63 | 70.58 | - |
| YUV | 102.21 | 195.6 | 132.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 76 | 222 | 0.51 | 0.66 | 0 | 0.13 | 253.15 | 0.69 | 0.58 |
| Hex | 6C | 4C | DE | 33 | 42 | 0 | D | FD | 45 | 3A |
| Octal | 154 | 114 | 336 | 63 | 102 | 0 | 15 | 375 | 105 | 72 |
| Binary | 1101100 | 1001100 | 11011110 | 110011 | 1000010 | 0 | 1101 | 11111101 | 1000101 | 111010 |
Color Harmonies of #6C4CDE
Complementary color
Monochromatic Colors of #6C4CDE
Black with #6C4CDE
Text Example
Text Example
White with #6C4CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4CDE; }
p { color: rgb(108,76,222); }
H1.HeaderClassName
{
color: #6C4CDE;
}
.AnyTagClassName
{
color: #6C4CDE;
}
</style>
background-color css
<style>
a { background-color: #6C4CDE; }
a { background-color: rgb(108,76,222); }
div.DivClassName
{
background-color: #6C4CDE;
}
.BgClassName
{
background-color: #6C4CDE;
}
</style>
border-color css
<style>
span { border-color: #6C4CDE; }
span { border-color: rgb(108,76,222); }
td.TdClassName
{
border-color: #6C4CDE;
}
.TagClassName
{
border-color: #6C4CDE;
}
</style>