Shades of Slate Blue #6C4ECA
Tints of Slate Blue #6C4ECA
RGB
CMYK
RGB Variations
Color information
#6C4ECA (or 0x6C4ECA) is known color: Slate Blue. HEX triplet: 6C, 4E and CA. RGB value is (108,78,202). Sum of RGB (Red+Green+Blue) = 108+78+202=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 202 (79.30% from 255 or 52.06% from 388); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C4ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4ECA is #93B135. Grayscale: #646464. Windows color (decimal): -9679158 or 13258348. OLE color: 13258348.
HSL color Cylindrical-coordinate representation of color #6C4ECA: hue angle of 254.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C4ECA is Cyan = 0.47, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 108 | 78 | 202 | - |
| CMYK | 0.47 | 0.61 | 0 | 0.21 |
| HSL | 254.52º | 0.54% | 0.55% | - |
| HSV(B) | 254.52º | 0.61% | 0.79% | - |
| XYZ | 19.57 | 12.9 | 57.34 | - |
| YUV | 101.11 | 184.94 | 132.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 78 | 202 | 0.47 | 0.61 | 0 | 0.21 | 254.52 | 0.54 | 0.55 |
| Hex | 6C | 4E | CA | 2F | 3D | 0 | 15 | FF | 36 | 37 |
| Octal | 154 | 116 | 312 | 57 | 75 | 0 | 25 | 377 | 66 | 67 |
| Binary | 1101100 | 1001110 | 11001010 | 101111 | 111101 | 0 | 10101 | 11111111 | 110110 | 110111 |
Color Harmonies of #6C4ECA
Complementary color
Monochromatic Colors of #6C4ECA
Black with #6C4ECA
Text Example
Text Example
White with #6C4ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4ECA; }
p { color: rgb(108,78,202); }
H1.HeaderClassName
{
color: #6C4ECA;
}
.AnyTagClassName
{
color: #6C4ECA;
}
</style>
background-color css
<style>
a { background-color: #6C4ECA; }
a { background-color: rgb(108,78,202); }
div.DivClassName
{
background-color: #6C4ECA;
}
.BgClassName
{
background-color: #6C4ECA;
}
</style>
border-color css
<style>
span { border-color: #6C4ECA; }
span { border-color: rgb(108,78,202); }
td.TdClassName
{
border-color: #6C4ECA;
}
.TagClassName
{
border-color: #6C4ECA;
}
</style>