#6E4690

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

Shades of Studio #6E4690

Tints of Studio #6E4690

Color information

#6E4690 (or 0x6E4690) is unknown color: approx Studio. HEX triplet: 6E, 46 and 90. RGB value is (110,70,144). Sum of RGB (Red+Green+Blue) = 110+70+144=324 (42% of max value = 765). Red value is 110 (43.36% from 255 or 33.95% from 324); Green value is 70 (27.73% from 255 or 21.60% from 324); Blue value is 144 (56.64% from 255 or 44.44% from 324); Max value from RGB is 144 - color contains mainly: blue. Hex color #6E4690 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4690 is #91B96F. Grayscale: #5A5A5A. Windows color (decimal): -9550192 or 9455214. OLE color: 9455214.

HSL color Cylindrical-coordinate representation of color #6E4690: hue angle of 272.43º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E4690 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB11070144-
CMYK0.240.5100.44
HSL272.43º34.58%41.96%-
HSV(B)272.43º51.39%56.47%-
XYZ13.659.7127.54-
YUV90.4158.25141.98-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.95%
GREEN value IS 70 (27.73% from 255) = 21.60%
BLUE value IS 144 (56.64% from 255) = 44.44%
R=33.95%
G=21.60%
B=44.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal110701440.240.5100.44272.4334.5841.96
Hex6E4690183302C110232a
Octal15610622030630544204352
Binary1101110100011010010000110001100110101100100010000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,70,144); }

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

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

 a { background-color: rgb(110,70,144); }

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

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

 span { border-color: rgb(110,70,144); }

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