#6E4EAB

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

Shades of Studio #6E4EAB

Tints of Studio #6E4EAB

Color information

#6E4EAB (or 0x6E4EAB) is unknown color: approx Studio. HEX triplet: 6E, 4E and AB. RGB value is (110,78,171). Sum of RGB (Red+Green+Blue) = 110+78+171=359 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.64% from 359); Green value is 78 (30.86% from 255 or 21.73% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #6E4EAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4EAB is #91B154. Grayscale: #616161. Windows color (decimal): -9548117 or 11226734. OLE color: 11226734.

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

Color convert

RGB11078171-
CMYK0.360.5400.33
HSL260.65º37.35%48.82%-
HSV(B)260.65º54.39%67.06%-
XYZ16.5111.739.92-
YUV98.17169.1136.44-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 30.64%
GREEN value IS 78 (30.86% from 255) = 21.73%
BLUE value IS 171 (67.19% from 255) = 47.63%
R=30.64%
G=21.73%
B=47.63%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal110781710.360.5400.33260.6537.3548.82
Hex6E4EAB24360211052531
Octal15611625344660414054561
Binary11011101001110101010111001001101100100001100000101100101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4EAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,78,171); }

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

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

 a { background-color: rgb(110,78,171); }

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

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

 span { border-color: rgb(110,78,171); }

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