#6E4893

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

Shades of Studio #6E4893

Tints of Studio #6E4893

Color information

#6E4893 (or 0x6E4893) is unknown color: approx Studio. HEX triplet: 6E, 48 and 93. RGB value is (110,72,147). Sum of RGB (Red+Green+Blue) = 110+72+147=329 (43% of max value = 765). Red value is 110 (43.36% from 255 or 33.43% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 147 - color contains mainly: blue. Hex color #6E4893 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4893 is #91B76C. Grayscale: #5B5B5B. Windows color (decimal): -9549677 or 9652334. OLE color: 9652334.

HSL color Cylindrical-coordinate representation of color #6E4893: hue angle of 270.4º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6E4893 is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11072147-
CMYK0.250.5100.42
HSL270.4º34.25%42.94%-
HSV(B)270.4º51.02%57.65%-
XYZ14.0110.0628.81-
YUV91.91159.09140.9-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 33.43%
GREEN value IS 72 (28.52% from 255) = 21.88%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=33.43%
G=21.88%
B=44.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110721470.250.5100.42270.434.2542.94
Hex6E4893193302A10e222b
Octal15611022331630524164253
Binary1101110100100010010011110011100110101010100001110100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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