#6E4891

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

Shades of Studio #6E4891

Tints of Studio #6E4891

Color information

#6E4891 (or 0x6E4891) is unknown color: approx Studio. HEX triplet: 6E, 48 and 91. RGB value is (110,72,145). Sum of RGB (Red+Green+Blue) = 110+72+145=327 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.64% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #6E4891 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4891 is #91B76E. Grayscale: #5B5B5B. Windows color (decimal): -9549679 or 9521262. OLE color: 9521262.

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

Color convert

RGB11072145-
CMYK0.240.5000.43
HSL271.23º33.64%42.55%-
HSV(B)271.23º50.34%56.86%-
XYZ13.869.9927.99-
YUV91.68158.09141.06-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.64%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=33.64%
G=22.02%
B=44.34%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal110721450.240.5000.43271.2333.6442.55
Hex6E4891183202B10f222b
Octal15611022130620534174253
Binary1101110100100010010001110001100100101011100001111100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,72,145); }

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

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

 a { background-color: rgb(110,72,145); }

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

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

 span { border-color: rgb(110,72,145); }

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