#6B5BF6

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

Shades of Medium Slate Blue #6B5BF6

Tints of Medium Slate Blue #6B5BF6

Color information

#6B5BF6 (or 0x6B5BF6) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 5B and F6. RGB value is (107,91,246). Sum of RGB (Red+Green+Blue) = 107+91+246=444 (58% of max value = 765). Red value is 107 (42.19% from 255 or 24.10% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 246 (96.48% from 255 or 55.41% from 444); Max value from RGB is 246 - color contains mainly: blue. Hex color #6B5BF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5BF6 is #94A409. Grayscale: #707070. Windows color (decimal): -9741322 or 16145259. OLE color: 16145259.

HSL color Cylindrical-coordinate representation of color #6B5BF6: hue angle of 246.19º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6B5BF6 is Cyan = 0.57, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10791246-
CMYK0.570.6300.04
HSL246.19º89.6%66.08%-
HSV(B)246.19º63.01%96.47%-
XYZ26.4417.2689.13-
YUV113.45202.8123.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.10%
GREEN value IS 91 (35.94% from 255) = 20.50%
BLUE value IS 246 (96.48% from 255) = 55.41%
R=24.10%
G=20.50%
B=55.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal107912460.570.6300.04246.1989.666.08
Hex6B5BF6393F04f65a42
Octal153133366717704366132102
Binary110101110110111111011011100111111101001111011010110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,91,246); }

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

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

 a { background-color: rgb(107,91,246); }

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

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

 span { border-color: rgb(107,91,246); }

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