#6D4DAD

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

Shades of Studio #6D4DAD

Tints of Studio #6D4DAD

Color information

#6D4DAD (or 0x6D4DAD) is unknown color: approx Studio. HEX triplet: 6D, 4D and AD. RGB value is (109,77,173). Sum of RGB (Red+Green+Blue) = 109+77+173=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 173 (67.97% from 255 or 48.19% from 359); Max value from RGB is 173 - color contains mainly: blue. Hex color #6D4DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4DAD is #92B252. Grayscale: #616161. Windows color (decimal): -9613907 or 11357549. OLE color: 11357549.

HSL color Cylindrical-coordinate representation of color #6D4DAD: hue angle of 260º 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 #6D4DAD is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10977173-
CMYK0.370.5500.32
HSL260º38.4%49.02%-
HSV(B)260º55.49%67.84%-
XYZ16.511.5840.9-
YUV97.51170.6136.19-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.36%
GREEN value IS 77 (30.47% from 255) = 21.45%
BLUE value IS 173 (67.97% from 255) = 48.19%
R=30.36%
G=21.45%
B=48.19%

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
Decimal109771730.370.5500.3226038.449.02
Hex6D4DAD25370201042631
Octal15511525545670404044661
Binary11011011001101101011011001011101110100000100000100100110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,77,173); }

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

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

 a { background-color: rgb(109,77,173); }

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

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

 span { border-color: rgb(109,77,173); }

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