#6E55D1

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

Shades of Slate Blue #6E55D1

Tints of Slate Blue #6E55D1

Color information

#6E55D1 (or 0x6E55D1) is unknown color: approx Slate Blue. HEX triplet: 6E, 55 and D1. RGB value is (110,85,209). Sum of RGB (Red+Green+Blue) = 110+85+209=404 (53% of max value = 765). Red value is 110 (43.36% from 255 or 27.23% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 209 (82.03% from 255 or 51.73% from 404); Max value from RGB is 209 - color contains mainly: blue. Hex color #6E55D1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E55D1 is #91AA2E. Grayscale: #6A6A6A. Windows color (decimal): -9546287 or 13718894. OLE color: 13718894.

HSL color Cylindrical-coordinate representation of color #6E55D1: hue angle of 252.1º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E55D1 is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11085209-
CMYK0.470.5900.18
HSL252.1º57.41%57.65%-
HSV(B)252.1º59.33%81.96%-
XYZ21.1914.4261.99-
YUV106.61185.78130.42-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 27.23%
GREEN value IS 85 (33.59% from 255) = 21.04%
BLUE value IS 209 (82.03% from 255) = 51.73%
R=27.23%
G=21.04%
B=51.73%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal110852090.470.5900.18252.157.4157.65
Hex6E55D12F3B012fc393a
Octal15612532157730223747172
Binary110111010101011101000110111111101101001011111100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E55D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,85,209); }

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

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

 a { background-color: rgb(110,85,209); }

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

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

 span { border-color: rgb(110,85,209); }

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