#6D4993

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

Shades of Studio #6D4993

Tints of Studio #6D4993

Color information

#6D4993 (or 0x6D4993) is unknown color: approx Studio. HEX triplet: 6D, 49 and 93. RGB value is (109,73,147). Sum of RGB (Red+Green+Blue) = 109+73+147=329 (43% of max value = 765). Red value is 109 (42.97% from 255 or 33.13% from 329); Green value is 73 (28.91% from 255 or 22.19% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #6D4993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6D4993 is #92B66C. Grayscale: #5B5B5B. Windows color (decimal): -9614957 or 9652589. OLE color: 9652589.

HSL color Cylindrical-coordinate representation of color #6D4993: hue angle of 269.19º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6D4993 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10973147-
CMYK0.260.5000.42
HSL269.19º33.64%43.14%-
HSV(B)269.19º50.34%57.65%-
XYZ13.9610.1228.82-
YUV92.2158.93139.98-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 33.13%
GREEN value IS 73 (28.91% from 255) = 22.19%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=33.13%
G=22.19%
B=44.68%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal109731470.260.5000.42269.1933.6443.14
Hex6D49931A3202A10d222b
Octal15511122332620524154253
Binary1101101100100110010011110101100100101010100001101100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,73,147); }

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

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

 a { background-color: rgb(109,73,147); }

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

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

 span { border-color: rgb(109,73,147); }

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