Shades of Slate Blue #6C4ECB
Tints of Slate Blue #6C4ECB
RGB
CMYK
RGB Variations
Color information
#6C4ECB (or 0x6C4ECB) is known color: Slate Blue. HEX triplet: 6C, 4E and CB. RGB value is (108,78,203). Sum of RGB (Red+Green+Blue) = 108+78+203=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 78 (30.86% from 255 or 20.05% from 389); Blue value is 203 (79.69% from 255 or 52.19% from 389); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C4ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4ECB is #93B134. Grayscale: #646464. Windows color (decimal): -9679157 or 13323884. OLE color: 13323884.
HSL color Cylindrical-coordinate representation of color #6C4ECB: hue angle of 254.4º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C4ECB is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 108 | 78 | 203 | - |
| CMYK | 0.47 | 0.62 | 0 | 0.20 |
| HSL | 254.4º | 0.55% | 0.55% | - |
| HSV(B) | 254.4º | 0.62% | 0.8% | - |
| XYZ | 19.69 | 12.95 | 57.96 | - |
| YUV | 101.22 | 185.44 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 78 | 203 | 0.47 | 0.62 | 0 | 0.20 | 254.4 | 0.55 | 0.55 |
| Hex | 6C | 4E | CB | 2F | 3E | 0 | 14 | FE | 37 | 37 |
| Octal | 154 | 116 | 313 | 57 | 76 | 0 | 24 | 376 | 67 | 67 |
| Binary | 1101100 | 1001110 | 11001011 | 101111 | 111110 | 0 | 10100 | 11111110 | 110111 | 110111 |
Color Harmonies of #6C4ECB
Complementary color
Monochromatic Colors of #6C4ECB
Black with #6C4ECB
Text Example
Text Example
White with #6C4ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4ECB; }
p { color: rgb(108,78,203); }
H1.HeaderClassName
{
color: #6C4ECB;
}
.AnyTagClassName
{
color: #6C4ECB;
}
</style>
background-color css
<style>
a { background-color: #6C4ECB; }
a { background-color: rgb(108,78,203); }
div.DivClassName
{
background-color: #6C4ECB;
}
.BgClassName
{
background-color: #6C4ECB;
}
</style>
border-color css
<style>
span { border-color: #6C4ECB; }
span { border-color: rgb(108,78,203); }
td.TdClassName
{
border-color: #6C4ECB;
}
.TagClassName
{
border-color: #6C4ECB;
}
</style>