#6A4DC0

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

Shades of Slate Blue #6A4DC0

Tints of Slate Blue #6A4DC0

Color information

#6A4DC0 (or 0x6A4DC0) is unknown color: approx Slate Blue. HEX triplet: 6A, 4D and C0. RGB value is (106,77,192). Sum of RGB (Red+Green+Blue) = 106+77+192=375 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.27% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 192 (75.39% from 255 or 51.2% from 375); Max value from RGB is 192 - color contains mainly: blue. Hex color #6A4DC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4DC0 is #95B23F. Grayscale: #626262. Windows color (decimal): -9810496 or 12602730. OLE color: 12602730.

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

Color convert

RGB10677192-
CMYK0.450.6000.25
HSL255.13º47.72%52.75%-
HSV(B)255.13º59.9%75.29%-
XYZ18.1112.1851.27-
YUV98.78180.61133.15-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.27%
GREEN value IS 77 (30.47% from 255) = 20.53%
BLUE value IS 192 (75.39% from 255) = 51.2%
R=28.27%
G=20.53%
B=51.2%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal106771920.450.6000.25255.1347.7252.75
Hex6A4DC02D3C019ff3035
Octal15211530055740313776065
Binary110101010011011100000010110111110001100111111111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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