#6D4EAC

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

Shades of Studio #6D4EAC

Tints of Studio #6D4EAC

Color information

#6D4EAC (or 0x6D4EAC) is unknown color: approx Studio. HEX triplet: 6D, 4E and AC. RGB value is (109,78,172). Sum of RGB (Red+Green+Blue) = 109+78+172=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #6D4EAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4EAC is #92B153. Grayscale: #616161. Windows color (decimal): -9613652 or 11292269. OLE color: 11292269.

HSL color Cylindrical-coordinate representation of color #6D4EAC: hue angle of 259.79º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D4EAC is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10978172-
CMYK0.370.5500.33
HSL259.79º37.6%49.02%-
HSV(B)259.79º54.65%67.45%-
XYZ16.4811.6840.42-
YUV97.98169.77135.86-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.36%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 172 (67.58% from 255) = 47.91%
R=30.36%
G=21.73%
B=47.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109781720.370.5500.33259.7937.649.02
Hex6D4EAC25370211042631
Octal15511625445670414044661
Binary11011011001110101011001001011101110100001100000100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,78,172); }

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

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

 a { background-color: rgb(109,78,172); }

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

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

 span { border-color: rgb(109,78,172); }

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