#6D4AAE

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

Shades of Studio #6D4AAE

Tints of Studio #6D4AAE

Color information

#6D4AAE (or 0x6D4AAE) is unknown color: approx Studio. HEX triplet: 6D, 4A and AE. RGB value is (109,74,174). Sum of RGB (Red+Green+Blue) = 109+74+174=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #6D4AAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4AAE is #92B551. Grayscale: #5F5F5F. Windows color (decimal): -9614674 or 11422317. OLE color: 11422317.

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

Color convert

RGB10974174-
CMYK0.370.5700.32
HSL261º40.32%48.63%-
HSV(B)261º57.47%68.24%-
XYZ16.411.241.34-
YUV95.86172.1137.37-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.53%
GREEN value IS 74 (29.30% from 255) = 20.73%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=30.53%
G=20.73%
B=48.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal109741740.370.5700.3226140.3248.63
Hex6D4AAE25390201052831
Octal15511225645710404055061
Binary11011011001010101011101001011110010100000100000101101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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