#6E69E3

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

Shades of Medium Slate Blue #6E69E3

Tints of Medium Slate Blue #6E69E3

Color information

#6E69E3 (or 0x6E69E3) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 69 and E3. RGB value is (110,105,227). Sum of RGB (Red+Green+Blue) = 110+105+227=442 (58% of max value = 765). Red value is 110 (43.36% from 255 or 24.89% from 442); Green value is 105 (41.41% from 255 or 23.76% from 442); Blue value is 227 (89.06% from 255 or 51.36% from 442); Max value from RGB is 227 - color contains mainly: blue. Hex color #6E69E3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E69E3 is #91961C. Grayscale: #777777. Windows color (decimal): -9541149 or 14903662. OLE color: 14903662.

HSL color Cylindrical-coordinate representation of color #6E69E3: hue angle of 242.46º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6E69E3 is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB110105227-
CMYK0.520.5400.11
HSL242.46º68.54%65.1%-
HSV(B)242.46º53.74%89.02%-
XYZ25.3518.9675-
YUV120.4188.16120.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.89%
GREEN value IS 105 (41.41% from 255) = 23.76%
BLUE value IS 227 (89.06% from 255) = 51.36%
R=24.89%
G=23.76%
B=51.36%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1101052270.520.5400.11242.4668.5465.1
Hex6E69E334360Bf24541
Octal1561513436466013362105101
Binary1101110110100111100011110100110110010111111001010001011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E69E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,105,227); }

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

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

 a { background-color: rgb(110,105,227); }

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

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

 span { border-color: rgb(110,105,227); }

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