#6E4BEE

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

Shades of Medium Slate Blue #6E4BEE

Tints of Medium Slate Blue #6E4BEE

Color information

#6E4BEE (or 0x6E4BEE) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 4B and EE. RGB value is (110,75,238). Sum of RGB (Red+Green+Blue) = 110+75+238=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 238 (93.36% from 255 or 56.26% from 423); Max value from RGB is 238 - color contains mainly: blue. Hex color #6E4BEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4BEE is #91B411. Grayscale: #676767. Windows color (decimal): -9548818 or 15616878. OLE color: 15616878.

HSL color Cylindrical-coordinate representation of color #6E4BEE: hue angle of 252.88º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6E4BEE is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11075238-
CMYK0.540.6800.07
HSL252.88º82.74%61.37%-
HSV(B)252.88º68.49%93.33%-
XYZ24.3814.5282.41-
YUV104.05203.6132.25-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 75 (29.69% from 255) = 17.73%
BLUE value IS 238 (93.36% from 255) = 56.26%
R=26.00%
G=17.73%
B=56.26%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal110752380.540.6800.07252.8882.7461.37
Hex6E4BEE364407fd533d
Octal156113356661040737512375
Binary110111010010111110111011011010001000111111111011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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