#6e4386

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

Shades of Affair #6E4386

Tints of Affair #6E4386

Color information

#6E4386 (or 0x6E4386) is unknown color: approx Affair. HEX triplet: 6E, 43 and 86. RGB value is (110,67,134). Sum of RGB (Red+Green+Blue) = 110+67+134=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 67 (26.56% from 255 or 21.54% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 134 - color contains mainly: blue. Hex color #6E4386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4386 is #91BC79. Grayscale: #575757. Windows color (decimal): -9550970 or 8799086. OLE color: 8799086.

HSL color Cylindrical-coordinate representation of color #6E4386: hue angle of 278.51º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6E4386 is Cyan = 0.18, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB11067134-
CMYK0.180.500.47
HSL278.51º33.33%39.41%-
HSV(B)278.51º50%52.55%-
XYZ12.749.0523.63-
YUV87.49154.25144.05-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.37%
GREEN value IS 67 (26.56% from 255) = 21.54%
BLUE value IS 134 (52.73% from 255) = 43.09%
R=35.37%
G=21.54%
B=43.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal110671340.180.500.47278.5133.3339.41
Hex6E4386123202F1172127
Octal15610320622620574274147
Binary1101110100001110000110100101100100101111100010111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6e4386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,67,134); }

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

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

 a { background-color: rgb(110,67,134); }

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

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

 span { border-color: rgb(110,67,134); }

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