Shades of Slate Blue #6E53DF
Tints of Slate Blue #6E53DF
RGB
CMYK
RGB Variations
Color information
#6E53DF (or 0x6E53DF) is known color: Slate Blue. HEX triplet: 6E, 53 and DF. RGB value is (110,83,223). Sum of RGB (Red+Green+Blue) = 110+83+223=416 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.44% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #6E53DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E53DF is #91AC20. Grayscale: #6A6A6A. Windows color (decimal): -9546785 or 14635886. OLE color: 14635886.
HSL color Cylindrical-coordinate representation of color #6E53DF: hue angle of 251.57º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E53DF is Cyan = 0.51, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 110 | 83 | 223 | - |
| CMYK | 0.51 | 0.63 | 0 | 0.13 |
| HSL | 251.57º | 0.69% | 0.6% | - |
| HSV(B) | 251.57º | 0.63% | 0.87% | - |
| XYZ | 22.84 | 14.83 | 71.47 | - |
| YUV | 107.03 | 193.45 | 130.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 83 | 223 | 0.51 | 0.63 | 0 | 0.13 | 251.57 | 0.69 | 0.6 |
| Hex | 6E | 53 | DF | 33 | 3F | 0 | D | FC | 45 | 3C |
| Octal | 156 | 123 | 337 | 63 | 77 | 0 | 15 | 374 | 105 | 74 |
| Binary | 1101110 | 1010011 | 11011111 | 110011 | 111111 | 0 | 1101 | 11111100 | 1000101 | 111100 |
Color Harmonies of #6E53DF
Complementary color
Monochromatic Colors of #6E53DF
Black with #6E53DF
Text Example
Text Example
White with #6E53DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E53DF; }
p { color: rgb(110,83,223); }
H1.HeaderClassName
{
color: #6E53DF;
}
.AnyTagClassName
{
color: #6E53DF;
}
</style>
background-color css
<style>
a { background-color: #6E53DF; }
a { background-color: rgb(110,83,223); }
div.DivClassName
{
background-color: #6E53DF;
}
.BgClassName
{
background-color: #6E53DF;
}
</style>
border-color css
<style>
span { border-color: #6E53DF; }
span { border-color: rgb(110,83,223); }
td.TdClassName
{
border-color: #6E53DF;
}
.TagClassName
{
border-color: #6E53DF;
}
</style>