Shades of Slate Blue #6C4DD5
Tints of Slate Blue #6C4DD5
RGB
CMYK
RGB Variations
Color information
#6C4DD5 (or 0x6C4DD5) is known color: Slate Blue. HEX triplet: 6C, 4D and D5. RGB value is (108,77,213). Sum of RGB (Red+Green+Blue) = 108+77+213=398 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.14% from 398); Green value is 77 (30.47% from 255 or 19.35% from 398); Blue value is 213 (83.59% from 255 or 53.52% from 398); Max value from RGB is 213 - color contains mainly: blue. Hex color #6C4DD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4DD5 is #93B22A. Grayscale: #656565. Windows color (decimal): -9679403 or 13978988. OLE color: 13978988.
HSL color Cylindrical-coordinate representation of color #6C4DD5: hue angle of 253.68º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C4DD5 is Cyan = 0.49, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 77 | 213 | - |
| CMYK | 0.49 | 0.64 | 0 | 0.16 |
| HSL | 253.68º | 0.62% | 0.57% | - |
| HSV(B) | 253.68º | 0.64% | 0.84% | - |
| XYZ | 20.85 | 13.3 | 64.42 | - |
| YUV | 101.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 213 | 0.49 | 0.64 | 0 | 0.16 | 253.68 | 0.62 | 0.57 |
| Hex | 6C | 4D | D5 | 31 | 40 | 0 | 10 | FE | 3E | 39 |
| Octal | 154 | 115 | 325 | 61 | 100 | 0 | 20 | 376 | 76 | 71 |
| Binary | 1101100 | 1001101 | 11010101 | 110001 | 1000000 | 0 | 10000 | 11111110 | 111110 | 111001 |
Color Harmonies of #6C4DD5
Complementary color
Monochromatic Colors of #6C4DD5
Black with #6C4DD5
Text Example
Text Example
White with #6C4DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4DD5; }
p { color: rgb(108,77,213); }
H1.HeaderClassName
{
color: #6C4DD5;
}
.AnyTagClassName
{
color: #6C4DD5;
}
</style>
background-color css
<style>
a { background-color: #6C4DD5; }
a { background-color: rgb(108,77,213); }
div.DivClassName
{
background-color: #6C4DD5;
}
.BgClassName
{
background-color: #6C4DD5;
}
</style>
border-color css
<style>
span { border-color: #6C4DD5; }
span { border-color: rgb(108,77,213); }
td.TdClassName
{
border-color: #6C4DD5;
}
.TagClassName
{
border-color: #6C4DD5;
}
</style>