Shades of Slate Blue #6C4BDE
Tints of Slate Blue #6C4BDE
RGB
CMYK
RGB Variations
Color information
#6C4BDE (or 0x6C4BDE) is known color: Slate Blue. HEX triplet: 6C, 4B and DE. RGB value is (108,75,222). Sum of RGB (Red+Green+Blue) = 108+75+222=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 75 (29.69% from 255 or 18.52% from 405); Blue value is 222 (87.11% from 255 or 54.81% from 405); Max value from RGB is 222 - color contains mainly: blue. Hex color #6C4BDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4BDE is #93B421. Grayscale: #656565. Windows color (decimal): -9679906 or 14568300. OLE color: 14568300.
HSL color Cylindrical-coordinate representation of color #6C4BDE: hue angle of 253.47º 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 #6C4BDE is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 108 | 75 | 222 | - |
| CMYK | 0.51 | 0.66 | 0 | 0.13 |
| HSL | 253.47º | 0.69% | 0.58% | - |
| HSV(B) | 253.47º | 0.66% | 0.87% | - |
| XYZ | 21.89 | 13.49 | 70.56 | - |
| YUV | 101.63 | 195.93 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 75 | 222 | 0.51 | 0.66 | 0 | 0.13 | 253.47 | 0.69 | 0.58 |
| Hex | 6C | 4B | DE | 33 | 42 | 0 | D | FD | 45 | 3A |
| Octal | 154 | 113 | 336 | 63 | 102 | 0 | 15 | 375 | 105 | 72 |
| Binary | 1101100 | 1001011 | 11011110 | 110011 | 1000010 | 0 | 1101 | 11111101 | 1000101 | 111010 |
Color Harmonies of #6C4BDE
Complementary color
Monochromatic Colors of #6C4BDE
Black with #6C4BDE
Text Example
Text Example
White with #6C4BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4BDE; }
p { color: rgb(108,75,222); }
H1.HeaderClassName
{
color: #6C4BDE;
}
.AnyTagClassName
{
color: #6C4BDE;
}
</style>
background-color css
<style>
a { background-color: #6C4BDE; }
a { background-color: rgb(108,75,222); }
div.DivClassName
{
background-color: #6C4BDE;
}
.BgClassName
{
background-color: #6C4BDE;
}
</style>
border-color css
<style>
span { border-color: #6C4BDE; }
span { border-color: rgb(108,75,222); }
td.TdClassName
{
border-color: #6C4BDE;
}
.TagClassName
{
border-color: #6C4BDE;
}
</style>