#6a4ed0

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

Shades of Slate Blue #6A4ED0

Tints of Slate Blue #6A4ED0

Color information

#6A4ED0 (or 0x6A4ED0) is unknown color: approx Slate Blue. HEX triplet: 6A, 4E and D0. RGB value is (106,78,208). Sum of RGB (Red+Green+Blue) = 106+78+208=392 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.04% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 208 (81.64% from 255 or 53.06% from 392); Max value from RGB is 208 - color contains mainly: blue. Hex color #6A4ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A4ED0 is #95B12F. Grayscale: #646464. Windows color (decimal): -9810224 or 13651562. OLE color: 13651562.

HSL color Cylindrical-coordinate representation of color #6A4ED0: hue angle of 252.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6A4ED0 is Cyan = 0.49, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB10678208-
CMYK0.490.6200.18
HSL252.92º58.04%56.08%-
HSV(B)252.92º62.5%81.57%-
XYZ20.0513.0761.14-
YUV101.19188.28131.43-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.04%
GREEN value IS 78 (30.86% from 255) = 19.90%
BLUE value IS 208 (81.64% from 255) = 53.06%
R=27.04%
G=19.90%
B=53.06%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal106782080.490.6200.18252.9258.0456.08
Hex6A4ED0313E012fd3a38
Octal15211632061760223757270
Binary110101010011101101000011000111111001001011111101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6a4ed0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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