Shades of Slate Blue #6E3FE0
Tints of Slate Blue #6E3FE0
RGB
CMYK
RGB Variations
Color information
#6E3FE0 (or 0x6E3FE0) is known color: Slate Blue. HEX triplet: 6E, 3F and E0. RGB value is (110,63,224). Sum of RGB (Red+Green+Blue) = 110+63+224=397 (52% of max value = 765). Red value is 110 (43.36% from 255 or 27.71% from 397); Green value is 63 (25% from 255 or 15.87% from 397); Blue value is 224 (87.89% from 255 or 56.42% from 397); Max value from RGB is 224 - color contains mainly: blue. Hex color #6E3FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E3FE0 is #91C01F. Grayscale: #5E5E5E. Windows color (decimal): -9551904 or 14696302. OLE color: 14696302.
HSL color Cylindrical-coordinate representation of color #6E3FE0: hue angle of 257.52º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #6E3FE0 is Cyan = 0.51, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 110 | 63 | 224 | - |
| CMYK | 0.51 | 0.72 | 0 | 0.12 |
| HSL | 257.52º | 0.72% | 0.56% | - |
| HSV(B) | 257.52º | 0.72% | 0.88% | - |
| XYZ | 21.66 | 12.25 | 71.74 | - |
| YUV | 95.41 | 200.57 | 138.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 63 | 224 | 0.51 | 0.72 | 0 | 0.12 | 257.52 | 0.72 | 0.56 |
| Hex | 6E | 3F | E0 | 33 | 48 | 0 | C | 102 | 48 | 38 |
| Octal | 156 | 77 | 340 | 63 | 110 | 0 | 14 | 402 | 110 | 70 |
| Binary | 1101110 | 111111 | 11100000 | 110011 | 1001000 | 0 | 1100 | 100000010 | 1001000 | 111000 |
Color Harmonies of #6E3FE0
Complementary color
Monochromatic Colors of #6E3FE0
Black with #6E3FE0
Text Example
Text Example
White with #6E3FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3FE0; }
p { color: rgb(110,63,224); }
H1.HeaderClassName
{
color: #6E3FE0;
}
.AnyTagClassName
{
color: #6E3FE0;
}
</style>
background-color css
<style>
a { background-color: #6E3FE0; }
a { background-color: rgb(110,63,224); }
div.DivClassName
{
background-color: #6E3FE0;
}
.BgClassName
{
background-color: #6E3FE0;
}
</style>
border-color css
<style>
span { border-color: #6E3FE0; }
span { border-color: rgb(110,63,224); }
td.TdClassName
{
border-color: #6E3FE0;
}
.TagClassName
{
border-color: #6E3FE0;
}
</style>