#6D4EAE

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

Shades of Studio #6D4EAE

Tints of Studio #6D4EAE

Color information

#6D4EAE (or 0x6D4EAE) is unknown color: approx Studio. HEX triplet: 6D, 4E and AE. RGB value is (109,78,174). Sum of RGB (Red+Green+Blue) = 109+78+174=361 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.19% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 174 (68.36% from 255 or 48.20% from 361); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D4EAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4EAE is #92B151. Grayscale: #616161. Windows color (decimal): -9613650 or 11423341. OLE color: 11423341.

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

Color convert

RGB10978174-
CMYK0.370.5500.32
HSL259.38º38.1%49.41%-
HSV(B)259.38º55.17%68.24%-
XYZ16.6711.7641.43-
YUV98.21170.77135.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.19%
GREEN value IS 78 (30.86% from 255) = 21.61%
BLUE value IS 174 (68.36% from 255) = 48.20%
R=30.19%
G=21.61%
B=48.20%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109781740.370.5500.32259.3838.149.41
Hex6D4EAE25370201032631
Octal15511625645670404034661
Binary11011011001110101011101001011101110100000100000011100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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