#6E49A5

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

Shades of Studio #6E49A5

Tints of Studio #6E49A5

Color information

#6E49A5 (or 0x6E49A5) is unknown color: approx Studio. HEX triplet: 6E, 49 and A5. RGB value is (110,73,165). Sum of RGB (Red+Green+Blue) = 110+73+165=348 (46% of max value = 765). Red value is 110 (43.36% from 255 or 31.61% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 165 (64.84% from 255 or 47.41% from 348); Max value from RGB is 165 - color contains mainly: blue. Hex color #6E49A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E49A5 is #91B65A. Grayscale: #5E5E5E. Windows color (decimal): -9549403 or 10832238. OLE color: 10832238.

HSL color Cylindrical-coordinate representation of color #6E49A5: hue angle of 264.13º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6E49A5 is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB11073165-
CMYK0.330.5600.35
HSL264.13º38.66%46.67%-
HSV(B)264.13º55.76%64.71%-
XYZ15.610.836.86-
YUV94.55167.76139.02-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 31.61%
GREEN value IS 73 (28.91% from 255) = 20.98%
BLUE value IS 165 (64.84% from 255) = 47.41%
R=31.61%
G=20.98%
B=47.41%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal110731650.330.5600.35264.1338.6646.67
Hex6E49A52138023108272f
Octal15611124541700434104757
Binary11011101001001101001011000011110000100011100001000100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E49A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,73,165); }

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

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

 a { background-color: rgb(110,73,165); }

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

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

 span { border-color: rgb(110,73,165); }

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