#6E4CFB

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

Shades of Medium Slate Blue #6E4CFB

Tints of Medium Slate Blue #6E4CFB

Color information

#6E4CFB (or 0x6E4CFB) is unknown color: approx Medium Slate Blue. HEX triplet: 6E, 4C and FB. RGB value is (110,76,251). Sum of RGB (Red+Green+Blue) = 110+76+251=437 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.17% from 437); Green value is 76 (30.08% from 255 or 17.39% from 437); Blue value is 251 (98.44% from 255 or 57.44% from 437); Max value from RGB is 251 - color contains mainly: blue. Hex color #6E4CFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6E4CFB is #91B304. Grayscale: #696969. Windows color (decimal): -9548549 or 16469102. OLE color: 16469102.

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

Color convert

RGB11076251-
CMYK0.560.7000.02
HSL251.66º95.63%64.12%-
HSV(B)251.66º69.72%98.43%-
XYZ26.4315.4592.86-
YUV106.12209.76130.77-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 25.17%
GREEN value IS 76 (30.08% from 255) = 17.39%
BLUE value IS 251 (98.44% from 255) = 57.44%
R=25.17%
G=17.39%
B=57.44%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal110762510.560.7000.02251.6695.6364.12
Hex6E4CFB384602fc6040
Octal1561143737010602374140100
Binary110111010011001111101111100010001100101111110011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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