#6E5AD9

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

Shades of Slate Blue #6E5AD9

Tints of Slate Blue #6E5AD9

Color information

#6E5AD9 (or 0x6E5AD9) is unknown color: approx Slate Blue. HEX triplet: 6E, 5A and D9. RGB value is (110,90,217). Sum of RGB (Red+Green+Blue) = 110+90+217=417 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.38% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 217 (85.16% from 255 or 52.04% from 417); Max value from RGB is 217 - color contains mainly: blue. Hex color #6E5AD9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5AD9 is #91A526. Grayscale: #6D6D6D. Windows color (decimal): -9544999 or 14244462. OLE color: 14244462.

HSL color Cylindrical-coordinate representation of color #6E5AD9: hue angle of 249.45º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6E5AD9 is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11090217-
CMYK0.490.5900.15
HSL249.45º62.56%60.2%-
HSV(B)249.45º58.53%85.1%-
XYZ22.6115.6467.47-
YUV110.46188.13127.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.38%
GREEN value IS 90 (35.55% from 255) = 21.58%
BLUE value IS 217 (85.16% from 255) = 52.04%
R=26.38%
G=21.58%
B=52.04%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal110902170.490.5900.15249.4562.5660.2
Hex6E5AD9313B0Ff93f3c
Octal15613233161730173717774
Binary11011101011010110110011100011110110111111111001111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5AD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,90,217); }

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

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

 a { background-color: rgb(110,90,217); }

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

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

 span { border-color: rgb(110,90,217); }

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