#6E6BE0

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

Shades of Medium Slate Blue #6E6BE0

Tints of Medium Slate Blue #6E6BE0

Color information

#6E6BE0 (or 0x6E6BE0) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 6B and E0. RGB value is (110,107,224). Sum of RGB (Red+Green+Blue) = 110+107+224=441 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.94% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 224 (87.89% from 255 or 50.79% from 441); Max value from RGB is 224 - color contains mainly: blue. Hex color #6E6BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6BE0 is #91941F. Grayscale: #787878. Windows color (decimal): -9540640 or 14707566. OLE color: 14707566.

HSL color Cylindrical-coordinate representation of color #6E6BE0: hue angle of 241.54º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E6BE0 is Cyan = 0.51, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB110107224-
CMYK0.510.5200.12
HSL241.54º65.36%64.9%-
HSV(B)241.54º52.23%87.84%-
XYZ25.1419.2172.9-
YUV121.24185.99119.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.94%
GREEN value IS 107 (42.19% from 255) = 24.26%
BLUE value IS 224 (87.89% from 255) = 50.79%
R=24.94%
G=24.26%
B=50.79%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1101072240.510.5200.12241.5465.3664.9
Hex6E6BE033340Cf24141
Octal1561533406364014362101101
Binary1101110110101111100000110011110100011001111001010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,107,224); }

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

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

 a { background-color: rgb(110,107,224); }

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

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

 span { border-color: rgb(110,107,224); }

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