#6D4AC3

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

Shades of Slate Blue #6D4AC3

Tints of Slate Blue #6D4AC3

Color information

#6D4AC3 (or 0x6D4AC3) is unknown color: approx Slate Blue. HEX triplet: 6D, 4A and C3. RGB value is (109,74,195). Sum of RGB (Red+Green+Blue) = 109+74+195=378 (50% of max value = 765). Red value is 109 (42.97% from 255 or 28.84% from 378); Green value is 74 (29.30% from 255 or 19.58% from 378); Blue value is 195 (76.56% from 255 or 51.59% from 378); Max value from RGB is 195 - color contains mainly: blue. Hex color #6D4AC3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6D4AC3 is #92B53C. Grayscale: #616161. Windows color (decimal): -9614653 or 12798573. OLE color: 12798573.

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

Color convert

RGB10974195-
CMYK0.440.6200.24
HSL257.36º50.21%52.75%-
HSV(B)257.36º62.05%76.47%-
XYZ18.6112.0952.98-
YUV98.26182.6135.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 28.84%
GREEN value IS 74 (29.30% from 255) = 19.58%
BLUE value IS 195 (76.56% from 255) = 51.59%
R=28.84%
G=19.58%
B=51.59%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal109741950.440.6200.24257.3650.2152.75
Hex6D4AC32C3E0181013235
Octal15511230354760304016265
Binary1101101100101011000011101100111110011000100000001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4AC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,74,195); }

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

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

 a { background-color: rgb(109,74,195); }

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

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

 span { border-color: rgb(109,74,195); }

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