#6D4AEA

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

Shades of Slate Blue #6D4AEA

Tints of Slate Blue #6D4AEA

Color information

#6D4AEA (or 0x6D4AEA) is unknown color: approx Slate Blue. HEX triplet: 6D, 4A and EA. RGB value is (109,74,234). Sum of RGB (Red+Green+Blue) = 109+74+234=417 (55% of max value = 765). Red value is 109 (42.97% from 255 or 26.14% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #6D4AEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6D4AEA is #92B515. Grayscale: #666666. Windows color (decimal): -9614614 or 15354477. OLE color: 15354477.

HSL color Cylindrical-coordinate representation of color #6D4AEA: hue angle of 253.12º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6D4AEA is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10974234-
CMYK0.530.6800.08
HSL253.12º79.21%60.39%-
HSV(B)253.12º68.38%91.76%-
XYZ23.6114.0979.32-
YUV102.7202.1132.49-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 26.14%
GREEN value IS 74 (29.30% from 255) = 17.75%
BLUE value IS 234 (91.80% from 255) = 56.12%
R=26.14%
G=17.75%
B=56.12%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal109742340.530.6800.08253.1279.2160.39
Hex6D4AEA354408fd4f3c
Octal1551123526510401037511774
Binary1101101100101011101010110101100010001000111111011001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4AEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,74,234); }

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

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

 a { background-color: rgb(109,74,234); }

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

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

 span { border-color: rgb(109,74,234); }

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