#6E4484

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

Shades of Affair #6E4484

Tints of Affair #6E4484

Color information

#6E4484 (or 0x6E4484) is unknown color: approx Affair. HEX triplet: 6E, 44 and 84. RGB value is (110,68,132). Sum of RGB (Red+Green+Blue) = 110+68+132=310 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.48% from 310); Green value is 68 (26.95% from 255 or 21.94% from 310); Blue value is 132 (51.95% from 255 or 42.58% from 310); Max value from RGB is 132 - color contains mainly: blue. Hex color #6E4484 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #6E4484 is #91BB7B. Grayscale: #575757. Windows color (decimal): -9550716 or 8668270. OLE color: 8668270.

HSL color Cylindrical-coordinate representation of color #6E4484: hue angle of 279.38º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6E4484 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11068132-
CMYK0.170.4800.48
HSL279.38º32%39.22%-
HSV(B)279.38º48.48%51.76%-
XYZ12.669.1222.92-
YUV87.85152.91143.8-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.48%
GREEN value IS 68 (26.95% from 255) = 21.94%
BLUE value IS 132 (51.95% from 255) = 42.58%
R=35.48%
G=21.94%
B=42.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal110681320.170.4800.48279.383239.22
Hex6E448411300301172027
Octal15610420421600604274047
Binary1101110100010010000100100011100000110000100010111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E4484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,68,132); }

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

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

 a { background-color: rgb(110,68,132); }

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

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

 span { border-color: rgb(110,68,132); }

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