#6D4FAB

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

Shades of Studio #6D4FAB

Tints of Studio #6D4FAB

Color information

#6D4FAB (or 0x6D4FAB) is unknown color: approx Studio. HEX triplet: 6D, 4F and AB. RGB value is (109,79,171). Sum of RGB (Red+Green+Blue) = 109+79+171=359 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.36% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #6D4FAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6D4FAB is #92B054. Grayscale: #626262. Windows color (decimal): -9613397 or 11226989. OLE color: 11226989.

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

Color convert

RGB10979171-
CMYK0.360.5400.33
HSL259.57º36.8%49.02%-
HSV(B)259.57º53.8%67.06%-
XYZ16.4511.7839.94-
YUV98.46168.94135.52-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 30.36%
GREEN value IS 79 (31.25% from 255) = 22.01%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=30.36%
G=22.01%
B=47.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal109791710.360.5400.33259.5736.849.02
Hex6D4FAB24360211042531
Octal15511725344660414044561
Binary11011011001111101010111001001101100100001100000100100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,79,171); }

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

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

 a { background-color: rgb(109,79,171); }

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

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

 span { border-color: rgb(109,79,171); }

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