Shades of Slate Blue #6C5ECB
Tints of Slate Blue #6C5ECB
RGB
CMYK
RGB Variations
Color information
#6C5ECB (or 0x6C5ECB) is known color: Slate Blue. HEX triplet: 6C, 5E and CB. RGB value is (108,94,203). Sum of RGB (Red+Green+Blue) = 108+94+203=405 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.67% from 405); Green value is 94 (37.11% from 255 or 23.21% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C5ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C5ECB is #93A134. Grayscale: #6E6E6E. Windows color (decimal): -9675061 or 13327980. OLE color: 13327980.
HSL color Cylindrical-coordinate representation of color #6C5ECB: hue angle of 247.71º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C5ECB is Cyan = 0.47, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 94 | 203 | - |
| CMYK | 0.47 | 0.54 | 0 | 0.20 |
| HSL | 247.71º | 0.51% | 0.58% | - |
| HSV(B) | 247.71º | 0.54% | 0.8% | - |
| XYZ | 20.97 | 15.51 | 58.39 | - |
| YUV | 110.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 94 | 203 | 0.47 | 0.54 | 0 | 0.20 | 247.71 | 0.51 | 0.58 |
| Hex | 6C | 5E | CB | 2F | 36 | 0 | 14 | F8 | 33 | 3A |
| Octal | 154 | 136 | 313 | 57 | 66 | 0 | 24 | 370 | 63 | 72 |
| Binary | 1101100 | 1011110 | 11001011 | 101111 | 110110 | 0 | 10100 | 11111000 | 110011 | 111010 |
Color Harmonies of #6C5ECB
Complementary color
Monochromatic Colors of #6C5ECB
Black with #6C5ECB
Text Example
Text Example
White with #6C5ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C5ECB; }
p { color: rgb(108,94,203); }
H1.HeaderClassName
{
color: #6C5ECB;
}
.AnyTagClassName
{
color: #6C5ECB;
}
</style>
background-color css
<style>
a { background-color: #6C5ECB; }
a { background-color: rgb(108,94,203); }
div.DivClassName
{
background-color: #6C5ECB;
}
.BgClassName
{
background-color: #6C5ECB;
}
</style>
border-color css
<style>
span { border-color: #6C5ECB; }
span { border-color: rgb(108,94,203); }
td.TdClassName
{
border-color: #6C5ECB;
}
.TagClassName
{
border-color: #6C5ECB;
}
</style>