#6E6ADD

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

Shades of Medium Slate Blue #6E6ADD

Tints of Medium Slate Blue #6E6ADD

Color information

#6E6ADD (or 0x6E6ADD) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 6A and DD. RGB value is (110,106,221). Sum of RGB (Red+Green+Blue) = 110+106+221=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 106 (41.80% from 255 or 24.26% from 437); Blue value is 221 (86.72% from 255 or 50.57% from 437); Max value from RGB is 221 - color contains mainly: blue. Hex color #6E6ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E6ADD is #919522. Grayscale: #777777. Windows color (decimal): -9540899 or 14510702. OLE color: 14510702.

HSL color Cylindrical-coordinate representation of color #6E6ADD: hue angle of 242.09º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6E6ADD is Cyan = 0.50, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB110106221-
CMYK0.500.5200.13
HSL242.09º62.84%64.12%-
HSV(B)242.09º52.04%86.67%-
XYZ24.6418.8470.75-
YUV120.31184.83120.65-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.17%
GREEN value IS 106 (41.80% from 255) = 24.26%
BLUE value IS 221 (86.72% from 255) = 50.57%
R=25.17%
G=24.26%
B=50.57%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1101062210.500.5200.13242.0962.8464.12
Hex6E6ADD32340Df23f40
Octal156152335626401536277100
Binary110111011010101101110111001011010001101111100101111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E6ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,106,221); }

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

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

 a { background-color: rgb(110,106,221); }

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

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

 span { border-color: rgb(110,106,221); }

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