Shades of Slate Blue #6C5AD6
Tints of Slate Blue #6C5AD6
RGB
CMYK
RGB Variations
Color information
#6C5AD6 (or 0x6C5AD6) is known color: Slate Blue. HEX triplet: 6C, 5A and D6. RGB value is (108,90,214). Sum of RGB (Red+Green+Blue) = 108+90+214=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 214 (83.98% from 255 or 51.94% from 412); Max value from RGB is 214 - color contains mainly: blue. Hex color #6C5AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5AD6 is #93A529. Grayscale: #6D6D6D. Windows color (decimal): -9676074 or 14047852. OLE color: 14047852.
HSL color Cylindrical-coordinate representation of color #6C5AD6: hue angle of 248.71º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6C5AD6 is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 108 | 90 | 214 | - |
| CMYK | 0.50 | 0.58 | 0 | 0.16 |
| HSL | 248.71º | 0.6% | 0.6% | - |
| HSV(B) | 248.71º | 0.58% | 0.84% | - |
| XYZ | 21.98 | 15.36 | 65.42 | - |
| YUV | 109.52 | 186.96 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 90 | 214 | 0.50 | 0.58 | 0 | 0.16 | 248.71 | 0.6 | 0.6 |
| Hex | 6C | 5A | D6 | 32 | 3A | 0 | 10 | F9 | 3C | 3C |
| Octal | 154 | 132 | 326 | 62 | 72 | 0 | 20 | 371 | 74 | 74 |
| Binary | 1101100 | 1011010 | 11010110 | 110010 | 111010 | 0 | 10000 | 11111001 | 111100 | 111100 |
Color Harmonies of #6C5AD6
Complementary color
Monochromatic Colors of #6C5AD6
Black with #6C5AD6
Text Example
Text Example
White with #6C5AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5AD6; }
p { color: rgb(108,90,214); }
H1.HeaderClassName
{
color: #6C5AD6;
}
.AnyTagClassName
{
color: #6C5AD6;
}
</style>
background-color css
<style>
a { background-color: #6C5AD6; }
a { background-color: rgb(108,90,214); }
div.DivClassName
{
background-color: #6C5AD6;
}
.BgClassName
{
background-color: #6C5AD6;
}
</style>
border-color css
<style>
span { border-color: #6C5AD6; }
span { border-color: rgb(108,90,214); }
td.TdClassName
{
border-color: #6C5AD6;
}
.TagClassName
{
border-color: #6C5AD6;
}
</style>