Shades of Slate Blue #6C4DC6
Tints of Slate Blue #6C4DC6
RGB
CMYK
RGB Variations
Color information
#6C4DC6 (or 0x6C4DC6) is known color: Slate Blue. HEX triplet: 6C, 4D and C6. RGB value is (108,77,198). Sum of RGB (Red+Green+Blue) = 108+77+198=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 198 (77.73% from 255 or 51.70% from 383); Max value from RGB is 198 - color contains mainly: blue. Hex color #6C4DC6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4DC6 is #93B239. Grayscale: #636363. Windows color (decimal): -9679418 or 12995948. OLE color: 12995948.
HSL color Cylindrical-coordinate representation of color #6C4DC6: hue angle of 255.37º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C4DC6 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 108 | 77 | 198 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.22 |
| HSL | 255.37º | 0.51% | 0.54% | - |
| HSV(B) | 255.37º | 0.61% | 0.78% | - |
| XYZ | 19.03 | 12.57 | 54.85 | - |
| YUV | 100.06 | 183.27 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 77 | 198 | 0.45 | 0.61 | 0 | 0.22 | 255.37 | 0.51 | 0.54 |
| Hex | 6C | 4D | C6 | 2D | 3D | 0 | 16 | FF | 33 | 36 |
| Octal | 154 | 115 | 306 | 55 | 75 | 0 | 26 | 377 | 63 | 66 |
| Binary | 1101100 | 1001101 | 11000110 | 101101 | 111101 | 0 | 10110 | 11111111 | 110011 | 110110 |
Color Harmonies of #6C4DC6
Complementary color
Monochromatic Colors of #6C4DC6
Black with #6C4DC6
Text Example
Text Example
White with #6C4DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4DC6; }
p { color: rgb(108,77,198); }
H1.HeaderClassName
{
color: #6C4DC6;
}
.AnyTagClassName
{
color: #6C4DC6;
}
</style>
background-color css
<style>
a { background-color: #6C4DC6; }
a { background-color: rgb(108,77,198); }
div.DivClassName
{
background-color: #6C4DC6;
}
.BgClassName
{
background-color: #6C4DC6;
}
</style>
border-color css
<style>
span { border-color: #6C4DC6; }
span { border-color: rgb(108,77,198); }
td.TdClassName
{
border-color: #6C4DC6;
}
.TagClassName
{
border-color: #6C4DC6;
}
</style>