#6E4C99

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

Shades of Studio #6E4C99

Tints of Studio #6E4C99

Color information

#6E4C99 (or 0x6E4C99) is unknown color: approx Studio. HEX triplet: 6E, 4C and 99. RGB value is (110,76,153). Sum of RGB (Red+Green+Blue) = 110+76+153=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 153 (60.16% from 255 or 45.13% from 339); Max value from RGB is 153 - color contains mainly: blue. Hex color #6E4C99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4C99 is #91B366. Grayscale: #5E5E5E. Windows color (decimal): -9548647 or 10046574. OLE color: 10046574.

HSL color Cylindrical-coordinate representation of color #6E4C99: hue angle of 266.49º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4C99 is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB11076153-
CMYK0.280.5000.4
HSL266.49º33.62%44.9%-
HSV(B)266.49º50.33%60%-
XYZ14.7610.7831.44-
YUV94.94160.76138.74-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.45%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 153 (60.16% from 255) = 45.13%
R=32.45%
G=22.42%
B=45.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal110761530.280.5000.4266.4933.6244.9
Hex6E4C991C3202810a222d
Octal15611423134620504124255
Binary1101110100110010011001111001100100101000100001010100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4C99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,76,153); }

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

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

 a { background-color: rgb(110,76,153); }

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

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

 span { border-color: rgb(110,76,153); }

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