Shades of Slate Blue #6E58D6
Tints of Slate Blue #6E58D6
RGB
CMYK
RGB Variations
Color information
#6E58D6 (or 0x6E58D6) is known color: Slate Blue. HEX triplet: 6E, 58 and D6. RGB value is (110,88,214). Sum of RGB (Red+Green+Blue) = 110+88+214=412 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.70% from 412); Green value is 88 (34.77% from 255 or 21.36% from 412); Blue value is 214 (83.98% from 255 or 51.94% from 412); Max value from RGB is 214 - color contains mainly: blue. Hex color #6E58D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E58D6 is #91A729. Grayscale: #6C6C6C. Windows color (decimal): -9545514 or 14047342. OLE color: 14047342.
HSL color Cylindrical-coordinate representation of color #6E58D6: hue angle of 250.48º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E58D6 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 110 | 88 | 214 | - |
| CMYK | 0.49 | 0.59 | 0 | 0.16 |
| HSL | 250.48º | 0.61% | 0.59% | - |
| HSV(B) | 250.48º | 0.59% | 0.84% | - |
| XYZ | 22.06 | 15.15 | 65.38 | - |
| YUV | 108.94 | 187.29 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 214 | 0.49 | 0.59 | 0 | 0.16 | 250.48 | 0.61 | 0.59 |
| Hex | 6E | 58 | D6 | 31 | 3B | 0 | 10 | FA | 3D | 3B |
| Octal | 156 | 130 | 326 | 61 | 73 | 0 | 20 | 372 | 75 | 73 |
| Binary | 1101110 | 1011000 | 11010110 | 110001 | 111011 | 0 | 10000 | 11111010 | 111101 | 111011 |
Color Harmonies of #6E58D6
Complementary color
Monochromatic Colors of #6E58D6
Black with #6E58D6
Text Example
Text Example
White with #6E58D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E58D6; }
p { color: rgb(110,88,214); }
H1.HeaderClassName
{
color: #6E58D6;
}
.AnyTagClassName
{
color: #6E58D6;
}
</style>
background-color css
<style>
a { background-color: #6E58D6; }
a { background-color: rgb(110,88,214); }
div.DivClassName
{
background-color: #6E58D6;
}
.BgClassName
{
background-color: #6E58D6;
}
</style>
border-color css
<style>
span { border-color: #6E58D6; }
span { border-color: rgb(110,88,214); }
td.TdClassName
{
border-color: #6E58D6;
}
.TagClassName
{
border-color: #6E58D6;
}
</style>