Shades of Slate Blue #6E4DCB
Tints of Slate Blue #6E4DCB
RGB
CMYK
RGB Variations
Color information
#6E4DCB (or 0x6E4DCB) is known color: Slate Blue. HEX triplet: 6E, 4D and CB. RGB value is (110,77,203). Sum of RGB (Red+Green+Blue) = 110+77+203=390 (51% of max value = 765). Red value is 110 (43.36% from 255 or 28.21% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 203 (79.69% from 255 or 52.05% from 390); Max value from RGB is 203 - color contains mainly: blue. Hex color #6E4DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E4DCB is #91B234. Grayscale: #646464. Windows color (decimal): -9548341 or 13323630. OLE color: 13323630.
HSL color Cylindrical-coordinate representation of color #6E4DCB: hue angle of 255.71º 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 #6E4DCB is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 110 | 77 | 203 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.20 |
| HSL | 255.71º | 0.55% | 0.55% | - |
| HSV(B) | 255.71º | 0.62% | 0.8% | - |
| XYZ | 19.86 | 12.93 | 57.95 | - |
| YUV | 101.23 | 185.43 | 134.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 77 | 203 | 0.46 | 0.62 | 0 | 0.20 | 255.71 | 0.55 | 0.55 |
| Hex | 6E | 4D | CB | 2E | 3E | 0 | 14 | 100 | 37 | 37 |
| Octal | 156 | 115 | 313 | 56 | 76 | 0 | 24 | 400 | 67 | 67 |
| Binary | 1101110 | 1001101 | 11001011 | 101110 | 111110 | 0 | 10100 | 100000000 | 110111 | 110111 |
Color Harmonies of #6E4DCB
Complementary color
Monochromatic Colors of #6E4DCB
Black with #6E4DCB
Text Example
Text Example
White with #6E4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E4DCB; }
p { color: rgb(110,77,203); }
H1.HeaderClassName
{
color: #6E4DCB;
}
.AnyTagClassName
{
color: #6E4DCB;
}
</style>
background-color css
<style>
a { background-color: #6E4DCB; }
a { background-color: rgb(110,77,203); }
div.DivClassName
{
background-color: #6E4DCB;
}
.BgClassName
{
background-color: #6E4DCB;
}
</style>
border-color css
<style>
span { border-color: #6E4DCB; }
span { border-color: rgb(110,77,203); }
td.TdClassName
{
border-color: #6E4DCB;
}
.TagClassName
{
border-color: #6E4DCB;
}
</style>