#6d47c6

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

Shades of Slate Blue #6D47C6

Tints of Slate Blue #6D47C6

Color information

#6D47C6 (or 0x6D47C6) is unknown color: approx Slate Blue. HEX triplet: 6D, 47 and C6. RGB value is (109,71,198). Sum of RGB (Red+Green+Blue) = 109+71+198=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 71 (28.12% from 255 or 18.78% from 378); Blue value is 198 (77.73% from 255 or 52.38% from 378); Max value from RGB is 198 - color contains mainly: blue. Hex color #6D47C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D47C6 is #92B839. Grayscale: #606060. Windows color (decimal): -9615418 or 12994413. OLE color: 12994413.

HSL color Cylindrical-coordinate representation of color #6D47C6: hue angle of 257.95º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6D47C6 is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB10971198-
CMYK0.450.6400.22
HSL257.95º52.7%52.75%-
HSV(B)257.95º64.14%77.65%-
XYZ18.7511.8354.72-
YUV96.84185.09136.67-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.84%
GREEN value IS 71 (28.12% from 255) = 18.78%
BLUE value IS 198 (77.73% from 255) = 52.38%
R=28.84%
G=18.78%
B=52.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal109711980.450.6400.22257.9552.752.75
Hex6D47C62D400161023535
Octal155107306551000264026565
Binary11011011000111110001101011011000000010110100000010110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6d47c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,71,198); }

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

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

 a { background-color: rgb(109,71,198); }

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

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

 span { border-color: rgb(109,71,198); }

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