#6D51C1

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

Shades of Slate Blue #6D51C1

Tints of Slate Blue #6D51C1

Color information

#6D51C1 (or 0x6D51C1) is unknown color: approx Slate Blue. HEX triplet: 6D, 51 and C1. RGB value is (109,81,193). Sum of RGB (Red+Green+Blue) = 109+81+193=383 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.46% from 383); Green value is 81 (32.03% from 255 or 21.15% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #6D51C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D51C1 is #92AE3E. Grayscale: #656565. Windows color (decimal): -9612863 or 12669293. OLE color: 12669293.

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

Color convert

RGB10981193-
CMYK0.440.5800.24
HSL255º47.46%53.73%-
HSV(B)255º58.03%75.69%-
XYZ18.8712.9951.96-
YUV102.14179.28132.89-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.46%
GREEN value IS 81 (32.03% from 255) = 21.15%
BLUE value IS 193 (75.78% from 255) = 50.39%
R=28.46%
G=21.15%
B=50.39%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal109811930.440.5800.2425547.4653.73
Hex6D51C12C3A018ff2f36
Octal15512130154720303775766
Binary110110110100011100000110110011101001100011111111101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D51C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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