#6A4DC1

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

Shades of Slate Blue #6A4DC1

Tints of Slate Blue #6A4DC1

Color information

#6A4DC1 (or 0x6A4DC1) is unknown color: approx Slate Blue. HEX triplet: 6A, 4D and C1. RGB value is (106,77,193). Sum of RGB (Red+Green+Blue) = 106+77+193=376 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.19% from 376); Green value is 77 (30.47% from 255 or 20.48% from 376); Blue value is 193 (75.78% from 255 or 51.33% from 376); Max value from RGB is 193 - color contains mainly: blue. Hex color #6A4DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4DC1 is #95B23E. Grayscale: #626262. Windows color (decimal): -9810495 or 12668266. OLE color: 12668266.

HSL color Cylindrical-coordinate representation of color #6A4DC1: hue angle of 255º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A4DC1 is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB10677193-
CMYK0.450.6000.24
HSL255º48.33%52.94%-
HSV(B)255º60.1%75.69%-
XYZ18.2212.2251.85-
YUV98.9181.11133.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.19%
GREEN value IS 77 (30.47% from 255) = 20.48%
BLUE value IS 193 (75.78% from 255) = 51.33%
R=28.19%
G=20.48%
B=51.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal106771930.450.6000.2425548.3352.94
Hex6A4DC12D3C018ff3035
Octal15211530155740303776065
Binary110101010011011100000110110111110001100011111111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,77,193); }

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

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

 a { background-color: rgb(106,77,193); }

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

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

 span { border-color: rgb(106,77,193); }

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