#6A4AE6

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

Shades of Slate Blue #6A4AE6

Tints of Slate Blue #6A4AE6

Color information

#6A4AE6 (or 0x6A4AE6) is unknown color: approx Slate Blue. HEX triplet: 6A, 4A and E6. RGB value is (106,74,230). Sum of RGB (Red+Green+Blue) = 106+74+230=410 (54% of max value = 765). Red value is 106 (41.80% from 255 or 25.85% from 410); Green value is 74 (29.30% from 255 or 18.05% from 410); Blue value is 230 (90.23% from 255 or 56.10% from 410); Max value from RGB is 230 - color contains mainly: blue. Hex color #6A4AE6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6A4AE6 is #95B519. Grayscale: #646464. Windows color (decimal): -9811226 or 15092330. OLE color: 15092330.

HSL color Cylindrical-coordinate representation of color #6A4AE6: hue angle of 252.31º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6A4AE6 is Cyan = 0.54, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB10674230-
CMYK0.540.6800.10
HSL252.31º75.73%59.61%-
HSV(B)252.31º67.83%90.2%-
XYZ22.6813.6776.31-
YUV101.35200.6131.32-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 25.85%
GREEN value IS 74 (29.30% from 255) = 18.05%
BLUE value IS 230 (90.23% from 255) = 56.10%
R=25.85%
G=18.05%
B=56.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal106742300.540.6800.10252.3175.7359.61
Hex6A4AE636440Afc4c3c
Octal1521123466610401237411474
Binary1101010100101011100110110110100010001010111111001001100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4AE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,74,230); }

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

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

 a { background-color: rgb(106,74,230); }

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

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

 span { border-color: rgb(106,74,230); }

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