#6A4EC5

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

Shades of Slate Blue #6A4EC5

Tints of Slate Blue #6A4EC5

Color information

#6A4EC5 (or 0x6A4EC5) is unknown color: approx Slate Blue. HEX triplet: 6A, 4E and C5. RGB value is (106,78,197). Sum of RGB (Red+Green+Blue) = 106+78+197=381 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.82% from 381); Green value is 78 (30.86% from 255 or 20.47% from 381); Blue value is 197 (77.34% from 255 or 51.71% from 381); Max value from RGB is 197 - color contains mainly: blue. Hex color #6A4EC5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4EC5 is #95B13A. Grayscale: #636363. Windows color (decimal): -9810235 or 12930666. OLE color: 12930666.

HSL color Cylindrical-coordinate representation of color #6A4EC5: hue angle of 254.12º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6A4EC5 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB10678197-
CMYK0.460.6000.23
HSL254.12º50.64%53.92%-
HSV(B)254.12º60.41%77.25%-
XYZ18.7512.5454.26-
YUV99.94182.78132.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.82%
GREEN value IS 78 (30.86% from 255) = 20.47%
BLUE value IS 197 (77.34% from 255) = 51.71%
R=27.82%
G=20.47%
B=51.71%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal106781970.460.6000.23254.1250.6453.92
Hex6A4EC52E3C017fe3336
Octal15211630556740273766366
Binary110101010011101100010110111011110001011111111110110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,78,197); }

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

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

 a { background-color: rgb(106,78,197); }

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

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

 span { border-color: rgb(106,78,197); }

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