#6E4993

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

Shades of Studio #6E4993

Tints of Studio #6E4993

Color information

#6E4993 (or 0x6E4993) is unknown color: approx Studio. HEX triplet: 6E, 49 and 93. RGB value is (110,73,147). Sum of RGB (Red+Green+Blue) = 110+73+147=330 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.33% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E4993 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4993 is #91B66C. Grayscale: #5C5C5C. Windows color (decimal): -9549421 or 9652590. OLE color: 9652590.

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

Color convert

RGB11073147-
CMYK0.250.5000.42
HSL270º33.64%43.14%-
HSV(B)270º50.34%57.65%-
XYZ14.0810.1928.83-
YUV92.5158.76140.48-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.33%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=33.33%
G=22.12%
B=44.55%

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
Decimal110731470.250.5000.4227033.6443.14
Hex6E4993193202A10e222b
Octal15611122331620524164253
Binary1101110100100110010011110011100100101010100001110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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