Shades of Slate Blue #6E58DF
Tints of Slate Blue #6E58DF
RGB
CMYK
RGB Variations
Color information
#6E58DF (or 0x6E58DF) is known color: Slate Blue. HEX triplet: 6E, 58 and DF. RGB value is (110,88,223). Sum of RGB (Red+Green+Blue) = 110+88+223=421 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.13% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E58DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E58DF is #91A720. Grayscale: #6D6D6D. Windows color (decimal): -9545505 or 14637166. OLE color: 14637166.
HSL color Cylindrical-coordinate representation of color #6E58DF: hue angle of 249.78º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6E58DF is Cyan = 0.51, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 88 | 223 | - |
| CMYK | 0.51 | 0.61 | 0 | 0.13 |
| HSL | 249.78º | 0.68% | 0.61% | - |
| HSV(B) | 249.78º | 0.61% | 0.87% | - |
| XYZ | 23.24 | 15.62 | 71.6 | - |
| YUV | 109.97 | 191.79 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 223 | 0.51 | 0.61 | 0 | 0.13 | 249.78 | 0.68 | 0.61 |
| Hex | 6E | 58 | DF | 33 | 3D | 0 | D | FA | 44 | 3D |
| Octal | 156 | 130 | 337 | 63 | 75 | 0 | 15 | 372 | 104 | 75 |
| Binary | 1101110 | 1011000 | 11011111 | 110011 | 111101 | 0 | 1101 | 11111010 | 1000100 | 111101 |
Color Harmonies of #6E58DF
Complementary color
Monochromatic Colors of #6E58DF
Black with #6E58DF
Text Example
Text Example
White with #6E58DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E58DF; }
p { color: rgb(110,88,223); }
H1.HeaderClassName
{
color: #6E58DF;
}
.AnyTagClassName
{
color: #6E58DF;
}
</style>
background-color css
<style>
a { background-color: #6E58DF; }
a { background-color: rgb(110,88,223); }
div.DivClassName
{
background-color: #6E58DF;
}
.BgClassName
{
background-color: #6E58DF;
}
</style>
border-color css
<style>
span { border-color: #6E58DF; }
span { border-color: rgb(110,88,223); }
td.TdClassName
{
border-color: #6E58DF;
}
.TagClassName
{
border-color: #6E58DF;
}
</style>