#6C6DEC

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

Shades of Medium Slate Blue #6C6DEC

Tints of Medium Slate Blue #6C6DEC

Color information

#6C6DEC (or 0x6C6DEC) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 6D and EC. RGB value is (108,109,236). Sum of RGB (Red+Green+Blue) = 108+109+236=453 (60% of max value = 765). Red value is 108 (42.58% from 255 or 23.84% from 453); Green value is 109 (42.97% from 255 or 24.06% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #6C6DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C6DEC is #939213. Grayscale: #7A7A7A. Windows color (decimal): -9671188 or 15494508. OLE color: 15494508.

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

Color convert

RGB108109236-
CMYK0.540.5400.07
HSL239.53º77.11%67.45%-
HSV(B)239.53º54.24%92.55%-
XYZ26.7920.1881.84-
YUV123.18191.67117.17-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 23.84%
GREEN value IS 109 (42.97% from 255) = 24.06%
BLUE value IS 236 (92.58% from 255) = 52.10%
R=23.84%
G=24.06%
B=52.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1081092360.540.5400.07239.5377.1167.45
Hex6C6DEC363607f04d43
Octal154155354666607360115103
Binary110110011011011110110011011011011001111111000010011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C6DEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,109,236); }

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

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

 a { background-color: rgb(108,109,236); }

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

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

 span { border-color: rgb(108,109,236); }

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