#6E4BED

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

Shades of Medium Slate Blue #6E4BED

Tints of Medium Slate Blue #6E4BED

Color information

#6E4BED (or 0x6E4BED) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 4B and ED. RGB value is (110,75,237). Sum of RGB (Red+Green+Blue) = 110+75+237=422 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.07% from 422); Green value is 75 (29.69% from 255 or 17.77% from 422); Blue value is 237 (92.97% from 255 or 56.16% from 422); Max value from RGB is 237 - color contains mainly: blue. Hex color #6E4BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4BED is #91B412. Grayscale: #676767. Windows color (decimal): -9548819 or 15551342. OLE color: 15551342.

HSL color Cylindrical-coordinate representation of color #6E4BED: hue angle of 252.96º degrees, saturation: 0.82, 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 #6E4BED is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB11075237-
CMYK0.540.6800.07
HSL252.96º81.82%61.18%-
HSV(B)252.96º68.35%92.94%-
XYZ24.2314.4681.63-
YUV103.93203.1132.33-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.07%
GREEN value IS 75 (29.69% from 255) = 17.77%
BLUE value IS 237 (92.97% from 255) = 56.16%
R=26.07%
G=17.77%
B=56.16%

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
Decimal110752370.540.6800.07252.9681.8261.18
Hex6E4BED364407fd523d
Octal156113355661040737512275
Binary110111010010111110110111011010001000111111111011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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