#6D4AAA

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

Shades of Studio #6D4AAA

Tints of Studio #6D4AAA

Color information

#6D4AAA (or 0x6D4AAA) is unknown color: approx Studio. HEX triplet: 6D, 4A and AA. RGB value is (109,74,170). Sum of RGB (Red+Green+Blue) = 109+74+170=353 (46% of max value = 765). Red value is 109 (42.97% from 255 or 30.88% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 170 (66.80% from 255 or 48.16% from 353); Max value from RGB is 170 - color contains mainly: blue. Hex color #6D4AAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4AAA is #92B555. Grayscale: #5F5F5F. Windows color (decimal): -9614678 or 11160173. OLE color: 11160173.

HSL color Cylindrical-coordinate representation of color #6D4AAA: hue angle of 261.88º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6D4AAA is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB10974170-
CMYK0.360.5600.33
HSL261.88º39.34%47.84%-
HSV(B)261.88º56.47%66.67%-
XYZ16.0111.0539.32-
YUV95.41170.1137.69-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.88%
GREEN value IS 74 (29.30% from 255) = 20.96%
BLUE value IS 170 (66.80% from 255) = 48.16%
R=30.88%
G=20.96%
B=48.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109741700.360.5600.33261.8839.3447.84
Hex6D4AAA24380211062730
Octal15511225244700414064760
Binary11011011001010101010101001001110000100001100000110100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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