#6D55C1

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

Shades of Slate Blue #6D55C1

Tints of Slate Blue #6D55C1

Color information

#6D55C1 (or 0x6D55C1) is unknown color: approx Slate Blue. HEX triplet: 6D, 55 and C1. RGB value is (109,85,193). Sum of RGB (Red+Green+Blue) = 109+85+193=387 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.17% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 193 (75.78% from 255 or 49.87% from 387); Max value from RGB is 193 - color contains mainly: blue. Hex color #6D55C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D55C1 is #92AA3E. Grayscale: #686868. Windows color (decimal): -9611839 or 12670317. OLE color: 12670317.

HSL color Cylindrical-coordinate representation of color #6D55C1: hue angle of 253.33º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D55C1 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10985193-
CMYK0.440.5600.24
HSL253.33º46.55%54.51%-
HSV(B)253.33º55.96%75.69%-
XYZ19.1813.652.07-
YUV104.49177.95131.22-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.17%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 193 (75.78% from 255) = 49.87%
R=28.17%
G=21.96%
B=49.87%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal109851930.440.5600.24253.3346.5554.51
Hex6D55C12C38018fd2f37
Octal15512530154700303755767
Binary110110110101011100000110110011100001100011111101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D55C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,85,193); }

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

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

 a { background-color: rgb(109,85,193); }

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

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

 span { border-color: rgb(109,85,193); }

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