#6E4E95

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

Shades of Studio #6E4E95

Tints of Studio #6E4E95

Color information

#6E4E95 (or 0x6E4E95) is unknown color: approx Studio. HEX triplet: 6E, 4E and 95. RGB value is (110,78,149). Sum of RGB (Red+Green+Blue) = 110+78+149=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 78 (30.86% from 255 or 23.15% from 337); Blue value is 149 (58.59% from 255 or 44.21% from 337); Max value from RGB is 149 - color contains mainly: blue. Hex color #6E4E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E4E95 is #91B16A. Grayscale: #5F5F5F. Windows color (decimal): -9548139 or 9784942. OLE color: 9784942.

HSL color Cylindrical-coordinate representation of color #6E4E95: hue angle of 267.04º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E4E95 is Cyan = 0.26, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11078149-
CMYK0.260.4800.42
HSL267.04º31.28%44.51%-
HSV(B)267.04º47.65%58.43%-
XYZ14.5810.9329.78-
YUV95.66158.1138.23-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 32.64%
GREEN value IS 78 (30.86% from 255) = 23.15%
BLUE value IS 149 (58.59% from 255) = 44.21%
R=32.64%
G=23.15%
B=44.21%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal110781490.260.4800.42267.0431.2844.51
Hex6E4E951A3002A10b1f2d
Octal15611622532600524133755
Binary110111010011101001010111010110000010101010000101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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