Shades of Slate Blue #6C4DC3
Tints of Slate Blue #6C4DC3
RGB
CMYK
RGB Variations
Color information
#6C4DC3 (or 0x6C4DC3) is known color: Slate Blue. HEX triplet: 6C, 4D and C3. RGB value is (108,77,195). Sum of RGB (Red+Green+Blue) = 108+77+195=380 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.42% from 380); Green value is 77 (30.47% from 255 or 20.26% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #6C4DC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4DC3 is #93B23C. Grayscale: #636363. Windows color (decimal): -9679421 or 12799340. OLE color: 12799340.
HSL color Cylindrical-coordinate representation of color #6C4DC3: hue angle of 255.76º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C4DC3 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 108 | 77 | 195 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.24 |
| HSL | 255.76º | 0.5% | 0.53% | - |
| HSV(B) | 255.76º | 0.61% | 0.76% | - |
| XYZ | 18.69 | 12.44 | 53.05 | - |
| YUV | 99.72 | 181.77 | 133.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 195 | 0.45 | 0.61 | 0 | 0.24 | 255.76 | 0.5 | 0.53 |
| Hex | 6C | 4D | C3 | 2D | 3D | 0 | 18 | 100 | 32 | 35 |
| Octal | 154 | 115 | 303 | 55 | 75 | 0 | 30 | 400 | 62 | 65 |
| Binary | 1101100 | 1001101 | 11000011 | 101101 | 111101 | 0 | 11000 | 100000000 | 110010 | 110101 |
Color Harmonies of #6C4DC3
Complementary color
Monochromatic Colors of #6C4DC3
Black with #6C4DC3
Text Example
Text Example
White with #6C4DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4DC3; }
p { color: rgb(108,77,195); }
H1.HeaderClassName
{
color: #6C4DC3;
}
.AnyTagClassName
{
color: #6C4DC3;
}
</style>
background-color css
<style>
a { background-color: #6C4DC3; }
a { background-color: rgb(108,77,195); }
div.DivClassName
{
background-color: #6C4DC3;
}
.BgClassName
{
background-color: #6C4DC3;
}
</style>
border-color css
<style>
span { border-color: #6C4DC3; }
span { border-color: rgb(108,77,195); }
td.TdClassName
{
border-color: #6C4DC3;
}
.TagClassName
{
border-color: #6C4DC3;
}
</style>