#6E5ADB

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

Shades of Slate Blue #6E5ADB

Tints of Slate Blue #6E5ADB

Color information

#6E5ADB (or 0x6E5ADB) is unknown color: approx Slate Blue. HEX triplet: 6E, 5A and DB. RGB value is (110,90,219). Sum of RGB (Red+Green+Blue) = 110+90+219=419 (55% of max value = 765). Red value is 110 (43.36% from 255 or 26.25% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #6E5ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E5ADB is #91A524. Grayscale: #6E6E6E. Windows color (decimal): -9544997 or 14375534. OLE color: 14375534.

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

Color convert

RGB11090219-
CMYK0.500.5900.14
HSL249.3º64.18%60.59%-
HSV(B)249.3º58.9%85.88%-
XYZ22.8715.7468.85-
YUV110.69189.13127.51-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 26.25%
GREEN value IS 90 (35.55% from 255) = 21.48%
BLUE value IS 219 (85.94% from 255) = 52.27%
R=26.25%
G=21.48%
B=52.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal110902190.500.5900.14249.364.1860.59
Hex6E5ADB323B0Ef9403d
Octal156132333627301637110075
Binary110111010110101101101111001011101101110111110011000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5ADB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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