#6E5FFB

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

Shades of Medium Slate Blue #6E5FFB

Tints of Medium Slate Blue #6E5FFB

Color information

#6E5FFB (or 0x6E5FFB) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 5F and FB. RGB value is (110,95,251). Sum of RGB (Red+Green+Blue) = 110+95+251=456 (60% of max value = 765). Red value is 110 (43.36% from 255 or 24.12% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 251 (98.44% from 255 or 55.04% from 456); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E5FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6E5FFB is #91A004. Grayscale: #747474. Windows color (decimal): -9543685 or 16473966. OLE color: 16473966.

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

Color convert

RGB11095251-
CMYK0.560.6200.02
HSL245.77º95.12%67.84%-
HSV(B)245.77º62.15%98.43%-
XYZ27.9418.4693.36-
YUV117.27203.47122.82-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 24.12%
GREEN value IS 95 (37.5% from 255) = 20.83%
BLUE value IS 251 (98.44% from 255) = 55.04%
R=24.12%
G=20.83%
B=55.04%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal110952510.560.6200.02245.7795.1267.84
Hex6E5FFB383E02f65f44
Octal156137373707602366137104
Binary11011101011111111110111110001111100101111011010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5FFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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