#6c55e6

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

Shades of Medium Slate Blue #6C55E6

Tints of Medium Slate Blue #6C55E6

Color information

#6C55E6 (or 0x6C55E6) is unknown color: approx Medium Slate Blue. HEX triplet: 6C, 55 and E6. RGB value is (108,85,230). Sum of RGB (Red+Green+Blue) = 108+85+230=423 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.53% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 230 (90.23% from 255 or 54.37% from 423); Max value from RGB is 230 - color contains mainly: blue. Hex color #6C55E6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6C55E6 is #93AA19. Grayscale: #6B6B6B. Windows color (decimal): -9677338 or 15095148. OLE color: 15095148.

HSL color Cylindrical-coordinate representation of color #6C55E6: hue angle of 249.52º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C55E6 is Cyan = 0.53, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10885230-
CMYK0.530.6300.10
HSL249.52º74.36%61.76%-
HSV(B)249.52º63.04%90.2%-
XYZ23.7215.476.59-
YUV108.41196.62127.71-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 25.53%
GREEN value IS 85 (33.59% from 255) = 20.09%
BLUE value IS 230 (90.23% from 255) = 54.37%
R=25.53%
G=20.09%
B=54.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal108852300.530.6300.10249.5274.3661.76
Hex6C55E6353F0Afa4a3e
Octal154125346657701237211276
Binary110110010101011110011011010111111101010111110101001010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6c55e6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,85,230); }

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

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

 a { background-color: rgb(108,85,230); }

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

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

 span { border-color: rgb(108,85,230); }

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