#6A4A93

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

Shades of Studio #6A4A93

Tints of Studio #6A4A93

Color information

#6A4A93 (or 0x6A4A93) is unknown color: approx Studio. HEX triplet: 6A, 4A and 93. RGB value is (106,74,147). Sum of RGB (Red+Green+Blue) = 106+74+147=327 (43% of max value = 765). Red value is 106 (41.80% from 255 or 32.42% from 327); Green value is 74 (29.30% from 255 or 22.63% from 327); Blue value is 147 (57.81% from 255 or 44.95% from 327); Max value from RGB is 147 - color contains mainly: blue. Hex color #6A4A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6A4A93 is #95B56C. Grayscale: #5B5B5B. Windows color (decimal): -9811309 or 9652842. OLE color: 9652842.

HSL color Cylindrical-coordinate representation of color #6A4A93: hue angle of 266.3º degrees, saturation: 0.33, 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 #6A4A93 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB10674147-
CMYK0.280.5000.42
HSL266.3º33.03%43.33%-
HSV(B)266.3º49.66%57.65%-
XYZ13.6610.0728.83-
YUV91.89159.1138.06-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 32.42%
GREEN value IS 74 (29.30% from 255) = 22.63%
BLUE value IS 147 (57.81% from 255) = 44.95%
R=32.42%
G=22.63%
B=44.95%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106741470.280.5000.42266.333.0343.33
Hex6A4A931C3202A10a212b
Octal15211222334620524124153
Binary1101010100101010010011111001100100101010100001010100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,74,147); }

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

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

 a { background-color: rgb(106,74,147); }

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

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

 span { border-color: rgb(106,74,147); }

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