#6E5DDC

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

Shades of Slate Blue #6E5DDC

Tints of Slate Blue #6E5DDC

Color information

#6E5DDC (or 0x6E5DDC) is unknown color: approx Slate Blue. HEX triplet: 6E, 5D and DC. RGB value is (110,93,220). Sum of RGB (Red+Green+Blue) = 110+93+220=423 (56% of max value = 765). Red value is 110 (43.36% from 255 or 26.00% from 423); Green value is 93 (36.72% from 255 or 21.99% from 423); Blue value is 220 (86.33% from 255 or 52.01% from 423); Max value from RGB is 220 - color contains mainly: blue. Hex color #6E5DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5DDC is #91A223. Grayscale: #707070. Windows color (decimal): -9544228 or 14441838. OLE color: 14441838.

HSL color Cylindrical-coordinate representation of color #6E5DDC: hue angle of 248.03º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #6E5DDC is Cyan = 0.50, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11093220-
CMYK0.500.5800.14
HSL248.03º64.47%61.37%-
HSV(B)248.03º57.73%86.27%-
XYZ23.2616.3169.63-
YUV112.56188.63126.17-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.00%
GREEN value IS 93 (36.72% from 255) = 21.99%
BLUE value IS 220 (86.33% from 255) = 52.01%
R=26.00%
G=21.99%
B=52.01%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110932200.500.5800.14248.0364.4761.37
Hex6E5DDC323A0Ef8403d
Octal156135334627201637010075
Binary110111010111011101110011001011101001110111110001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5DDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,93,220); }

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

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

 a { background-color: rgb(110,93,220); }

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

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

 span { border-color: rgb(110,93,220); }

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