#6C47D5

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

Shades of Slate Blue #6C47D5

Tints of Slate Blue #6C47D5

Color information

#6C47D5 (or 0x6C47D5) is unknown color: approx Slate Blue. HEX triplet: 6C, 47 and D5. RGB value is (108,71,213). Sum of RGB (Red+Green+Blue) = 108+71+213=392 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.55% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 213 (83.59% from 255 or 54.34% from 392); Max value from RGB is 213 - color contains mainly: blue. Hex color #6C47D5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C47D5 is #93B82A. Grayscale: #616161. Windows color (decimal): -9680939 or 13977452. OLE color: 13977452.

HSL color Cylindrical-coordinate representation of color #6C47D5: hue angle of 255.63º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C47D5 is Cyan = 0.49, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB10871213-
CMYK0.490.6700.16
HSL255.63º62.83%55.69%-
HSV(B)255.63º66.67%83.53%-
XYZ20.4512.564.29-
YUV98.25192.76134.95-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.55%
GREEN value IS 71 (28.12% from 255) = 18.11%
BLUE value IS 213 (83.59% from 255) = 54.34%
R=27.55%
G=18.11%
B=54.34%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal108712130.490.6700.16255.6362.8355.69
Hex6C47D531430101003f38
Octal154107325611030204007770
Binary11011001000111110101011100011000011010000100000000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C47D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,71,213); }

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

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

 a { background-color: rgb(108,71,213); }

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

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

 span { border-color: rgb(108,71,213); }

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