#6E4BE5

Color #6E4BE5 Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6E4BE5

Tints of Slate Blue #6E4BE5

Color information

#6E4BE5 (or 0x6E4BE5) is unknown color: approx Slate Blue. HEX triplet: 6E, 4B and E5. RGB value is (110,75,229). Sum of RGB (Red+Green+Blue) = 110+75+229=414 (54% of max value = 765). Red value is 110 (43.36% from 255 or 26.57% from 414); Green value is 75 (29.69% from 255 or 18.12% from 414); Blue value is 229 (89.84% from 255 or 55.31% from 414); Max value from RGB is 229 - color contains mainly: blue. Hex color #6E4BE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6E4BE5 is #91B41A. Grayscale: #666666. Windows color (decimal): -9548827 or 15027054. OLE color: 15027054.

HSL color Cylindrical-coordinate representation of color #6E4BE5: hue angle of 253.64º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6E4BE5 is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB11075229-
CMYK0.520.6700.10
HSL253.64º74.76%59.61%-
HSV(B)253.64º67.25%89.8%-
XYZ23.091475.61-
YUV103.02199.1132.98-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 110 (43.36% from 255) = 26.57%
GREEN value IS 75 (29.69% from 255) = 18.12%
BLUE value IS 229 (89.84% from 255) = 55.31%
R=26.57%
G=18.12%
B=55.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal110752290.520.6700.10253.6474.7659.61
Hex6E4BE534430Afe4b3c
Octal1561133456410301237611374
Binary1101110100101111100101110100100001101010111111101001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6E4BE5; }

 p { color: rgb(110,75,229); }

 H1.HeaderClassName
 {
   color: #6E4BE5;
 }
 .AnyTagClassName
 {
   color: #6E4BE5;
 }
</style>
background-color css

<style>
 a { background-color: #6E4BE5; }

 a { background-color: rgb(110,75,229); }

 div.DivClassName
 {
   background-color: #6E4BE5;
 }
 .BgClassName
 {
   background-color: #6E4BE5;
 }
</style>
border-color css

<style>
 span { border-color: #6E4BE5; }

 span { border-color: rgb(110,75,229); }

 td.TdClassName
 {
   border-color: #6E4BE5;
 }
 .TagClassName
 {
   border-color: #6E4BE5;
 }
</style>