#6E4A93

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

Shades of Studio #6E4A93

Tints of Studio #6E4A93

Color information

#6E4A93 (or 0x6E4A93) is unknown color: approx Studio. HEX triplet: 6E, 4A and 93. RGB value is (110,74,147). Sum of RGB (Red+Green+Blue) = 110+74+147=331 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.23% from 331); Green value is 74 (29.30% from 255 or 22.36% from 331); Blue value is 147 (57.81% from 255 or 44.41% from 331); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E4A93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4A93 is #91B56C. Grayscale: #5C5C5C. Windows color (decimal): -9549165 or 9652846. OLE color: 9652846.

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

Color convert

RGB11074147-
CMYK0.250.5000.42
HSL269.59º33.03%43.33%-
HSV(B)269.59º49.66%57.65%-
XYZ14.1510.3228.85-
YUV93.09158.43140.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.23%
GREEN value IS 74 (29.30% from 255) = 22.36%
BLUE value IS 147 (57.81% from 255) = 44.41%
R=33.23%
G=22.36%
B=44.41%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110741470.250.5000.42269.5933.0343.33
Hex6E4A93193202A10e212b
Octal15611222331620524164153
Binary1101110100101010010011110011100100101010100001110100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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