#6C5DF1

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

Shades of Medium Slate Blue #6C5DF1

Tints of Medium Slate Blue #6C5DF1

Color information

#6C5DF1 (or 0x6C5DF1) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 5D and F1. RGB value is (108,93,241). Sum of RGB (Red+Green+Blue) = 108+93+241=442 (58% of max value = 765). Red value is 108 (42.58% from 255 or 24.43% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 241 (94.53% from 255 or 54.52% from 442); Max value from RGB is 241 - color contains mainly: blue. Hex color #6C5DF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C5DF1 is #93A20E. Grayscale: #717171. Windows color (decimal): -9675279 or 15818092. OLE color: 15818092.

HSL color Cylindrical-coordinate representation of color #6C5DF1: hue angle of 246.08º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6C5DF1 is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10893241-
CMYK0.550.6100.05
HSL246.08º84.09%65.49%-
HSV(B)246.08º61.41%94.51%-
XYZ25.9817.3785.2-
YUV114.36199.47123.47-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.43%
GREEN value IS 93 (36.72% from 255) = 21.04%
BLUE value IS 241 (94.53% from 255) = 54.52%
R=24.43%
G=21.04%
B=54.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal108932410.550.6100.05246.0884.0965.49
Hex6C5DF1373D05f65441
Octal154135361677505366124101
Binary110110010111011111000111011111110101011111011010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C5DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,93,241); }

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

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

 a { background-color: rgb(108,93,241); }

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

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

 span { border-color: rgb(108,93,241); }

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