#6C5BED

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

Shades of Medium Slate Blue #6C5BED

Tints of Medium Slate Blue #6C5BED

Color information

#6C5BED (or 0x6C5BED) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 5B and ED. RGB value is (108,91,237). Sum of RGB (Red+Green+Blue) = 108+91+237=436 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.77% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 237 (92.97% from 255 or 54.36% from 436); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C5BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5BED is #93A412. Grayscale: #707070. Windows color (decimal): -9675795 or 15555436. OLE color: 15555436.

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

Color convert

RGB10891237-
CMYK0.540.6200.07
HSL246.99º80.22%64.31%-
HSV(B)246.99º61.6%92.94%-
XYZ25.2116.7882.03-
YUV112.73198.13124.63-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.77%
GREEN value IS 91 (35.94% from 255) = 20.87%
BLUE value IS 237 (92.97% from 255) = 54.36%
R=24.77%
G=20.87%
B=54.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal108912370.540.6200.07246.9980.2264.31
Hex6C5BED363E07f75040
Octal154133355667607367120100
Binary110110010110111110110111011011111001111111011110100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5BED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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