#6E5382

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

Shades of Affair #6E5382

Tints of Affair #6E5382

Color information

#6E5382 (or 0x6E5382) is unknown color: approx Affair. HEX triplet: 6E, 53 and 82. RGB value is (110,83,130). Sum of RGB (Red+Green+Blue) = 110+83+130=323 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.06% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 130 - color contains mainly: blue. Hex color #6E5382 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6E5382 is #91AC7D. Grayscale: #606060. Windows color (decimal): -9546878 or 8541038. OLE color: 8541038.

HSL color Cylindrical-coordinate representation of color #6E5382: hue angle of 274.47º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6E5382 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB11083130-
CMYK0.150.3600.49
HSL274.47º22.07%41.76%-
HSV(B)274.47º36.15%50.98%-
XYZ13.5511.1122.55-
YUV96.43146.95137.68-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.06%
GREEN value IS 83 (32.81% from 255) = 25.70%
BLUE value IS 130 (51.17% from 255) = 40.25%
R=34.06%
G=25.70%
B=40.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal110831300.150.3600.49274.4722.0741.76
Hex6E5382F24031112162a
Octal15612320217440614222652
Binary11011101010011100000101111100100011000110001001010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,83,130); }

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

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

 a { background-color: rgb(110,83,130); }

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

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

 span { border-color: rgb(110,83,130); }

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