#6E5AFB

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

Shades of Medium Slate Blue #6E5AFB

Tints of Medium Slate Blue #6E5AFB

Color information

#6E5AFB (or 0x6E5AFB) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 5A and FB. RGB value is (110,90,251). Sum of RGB (Red+Green+Blue) = 110+90+251=451 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.39% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 251 (98.44% from 255 or 55.65% from 451); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E5AFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5AFB is #91A504. Grayscale: #717171. Windows color (decimal): -9544965 or 16472686. OLE color: 16472686.

HSL color Cylindrical-coordinate representation of color #6E5AFB: hue angle of 247.45º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6E5AFB is Cyan = 0.56, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB11090251-
CMYK0.560.6400.02
HSL247.45º95.27%66.86%-
HSV(B)247.45º64.14%98.43%-
XYZ27.517.5993.21-
YUV114.33205.13124.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.39%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 251 (98.44% from 255) = 55.65%
R=24.39%
G=19.96%
B=55.65%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal110902510.560.6400.02247.4595.2766.86
Hex6E5AFB384002f75f43
Octal1561323737010002367137103
Binary110111010110101111101111100010000000101111011110111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5AFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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