#6C5BEE

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

Shades of Medium Slate Blue #6C5BEE

Tints of Medium Slate Blue #6C5BEE

Color information

#6C5BEE (or 0x6C5BEE) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 5B and EE. RGB value is (108,91,238). Sum of RGB (Red+Green+Blue) = 108+91+238=437 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.71% from 437); Green value is 91 (35.94% from 255 or 20.82% from 437); Blue value is 238 (93.36% from 255 or 54.46% from 437); Max value from RGB is 238 - color contains mainly: blue. Hex color #6C5BEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5BEE is #93A411. Grayscale: #707070. Windows color (decimal): -9675794 or 15620972. OLE color: 15620972.

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

Color convert

RGB10891238-
CMYK0.550.6200.07
HSL246.94º81.22%64.51%-
HSV(B)246.94º61.76%93.33%-
XYZ25.3616.8482.8-
YUV112.84198.63124.55-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.71%
GREEN value IS 91 (35.94% from 255) = 20.82%
BLUE value IS 238 (93.36% from 255) = 54.46%
R=24.71%
G=20.82%
B=54.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal108912380.550.6200.07246.9481.2264.51
Hex6C5BEE373E07f75141
Octal154133356677607367121101
Binary110110010110111110111011011111111001111111011110100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5BEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,91,238); }

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

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

 a { background-color: rgb(108,91,238); }

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

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

 span { border-color: rgb(108,91,238); }

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