#6E50AA

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

Shades of Studio #6E50AA

Tints of Studio #6E50AA

Color information

#6E50AA (or 0x6E50AA) is unknown color: approx Studio. HEX triplet: 6E, 50 and AA. RGB value is (110,80,170). Sum of RGB (Red+Green+Blue) = 110+80+170=360 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.56% from 360); Green value is 80 (31.64% from 255 or 22.22% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #6E50AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E50AA is #91AF55. Grayscale: #626262. Windows color (decimal): -9547606 or 11161710. OLE color: 11161710.

HSL color Cylindrical-coordinate representation of color #6E50AA: hue angle of 260º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6E50AA is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB11080170-
CMYK0.350.5300.33
HSL260º36%49.02%-
HSV(B)260º52.94%66.67%-
XYZ16.5511.9539.47-
YUV99.23167.94135.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.56%
GREEN value IS 80 (31.64% from 255) = 22.22%
BLUE value IS 170 (66.80% from 255) = 47.22%
R=30.56%
G=22.22%
B=47.22%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110801700.350.5300.332603649.02
Hex6E50AA23350211042431
Octal15612025243650414044461
Binary11011101010000101010101000111101010100001100000100100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E50AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,80,170); }

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

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

 a { background-color: rgb(110,80,170); }

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

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

 span { border-color: rgb(110,80,170); }

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