#6B5BEF

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

Shades of Medium Slate Blue #6B5BEF

Tints of Medium Slate Blue #6B5BEF

Color information

#6B5BEF (or 0x6B5BEF) is unknown color: approx Medium Slate Blue. HEX triplet: 6B, 5B and EF. RGB value is (107,91,239). Sum of RGB (Red+Green+Blue) = 107+91+239=437 (57% of max value = 765). Red value is 107 (42.19% from 255 or 24.49% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 239 (93.75% from 255 or 54.69% from 437); Max value from RGB is 239 - color contains mainly: blue. Hex color #6B5BEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6B5BEF is #94A410. Grayscale: #707070. Windows color (decimal): -9741329 or 15686507. OLE color: 15686507.

HSL color Cylindrical-coordinate representation of color #6B5BEF: hue angle of 246.49º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6B5BEF is Cyan = 0.55, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB10791239-
CMYK0.550.6200.06
HSL246.49º82.22%64.71%-
HSV(B)246.49º61.92%93.73%-
XYZ25.3816.8483.57-
YUV112.66199.3123.97-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 24.49%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 239 (93.75% from 255) = 54.69%
R=24.49%
G=20.82%
B=54.69%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal107912390.550.6200.06246.4982.2264.71
Hex6B5BEF373E06f65241
Octal153133357677606366122101
Binary110101110110111110111111011111111001101111011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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