#6B5BE7

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

Shades of Medium Slate Blue #6B5BE7

Tints of Medium Slate Blue #6B5BE7

Color information

#6B5BE7 (or 0x6B5BE7) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 5B and E7. RGB value is (107,91,231). Sum of RGB (Red+Green+Blue) = 107+91+231=429 (56% of max value = 765). Red value is 107 (42.19% from 255 or 24.94% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 231 (90.62% from 255 or 53.85% from 429); Max value from RGB is 231 - color contains mainly: blue. Hex color #6B5BE7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5BE7 is #94A418. Grayscale: #6F6F6F. Windows color (decimal): -9741337 or 15162219. OLE color: 15162219.

HSL color Cylindrical-coordinate representation of color #6B5BE7: hue angle of 246.86º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6B5BE7 is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB10791231-
CMYK0.540.6100.09
HSL246.86º74.47%63.14%-
HSV(B)246.86º60.61%90.59%-
XYZ24.2316.3877.49-
YUV111.74195.3124.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.94%
GREEN value IS 91 (35.94% from 255) = 21.21%
BLUE value IS 231 (90.62% from 255) = 53.85%
R=24.94%
G=21.21%
B=53.85%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal107912310.540.6100.09246.8674.4763.14
Hex6B5BE7363D09f74a3f
Octal153133347667501136711277
Binary110101110110111110011111011011110101001111101111001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5BE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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