Shades of Slate Blue #6E58DA
Tints of Slate Blue #6E58DA
RGB
CMYK
RGB Variations
Color information
#6E58DA (or 0x6E58DA) is known color: Slate Blue. HEX triplet: 6E, 58 and DA. RGB value is (110,88,218). Sum of RGB (Red+Green+Blue) = 110+88+218=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #6E58DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E58DA is #91A725. Grayscale: #6C6C6C. Windows color (decimal): -9545510 or 14309486. OLE color: 14309486.
HSL color Cylindrical-coordinate representation of color #6E58DA: hue angle of 250.15º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6E58DA is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 110 | 88 | 218 | - |
| CMYK | 0.50 | 0.60 | 0 | 0.15 |
| HSL | 250.15º | 0.64% | 0.6% | - |
| HSV(B) | 250.15º | 0.6% | 0.85% | - |
| XYZ | 22.58 | 15.36 | 68.1 | - |
| YUV | 109.4 | 189.29 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 88 | 218 | 0.50 | 0.60 | 0 | 0.15 | 250.15 | 0.64 | 0.6 |
| Hex | 6E | 58 | DA | 32 | 3C | 0 | F | FA | 40 | 3C |
| Octal | 156 | 130 | 332 | 62 | 74 | 0 | 17 | 372 | 100 | 74 |
| Binary | 1101110 | 1011000 | 11011010 | 110010 | 111100 | 0 | 1111 | 11111010 | 1000000 | 111100 |
Color Harmonies of #6E58DA
Complementary color
Monochromatic Colors of #6E58DA
Black with #6E58DA
Text Example
Text Example
White with #6E58DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E58DA; }
p { color: rgb(110,88,218); }
H1.HeaderClassName
{
color: #6E58DA;
}
.AnyTagClassName
{
color: #6E58DA;
}
</style>
background-color css
<style>
a { background-color: #6E58DA; }
a { background-color: rgb(110,88,218); }
div.DivClassName
{
background-color: #6E58DA;
}
.BgClassName
{
background-color: #6E58DA;
}
</style>
border-color css
<style>
span { border-color: #6E58DA; }
span { border-color: rgb(110,88,218); }
td.TdClassName
{
border-color: #6E58DA;
}
.TagClassName
{
border-color: #6E58DA;
}
</style>