#6E5076

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

Shades of Affair #6E5076

Tints of Affair #6E5076

Color information

#6E5076 (or 0x6E5076) is unknown color: approx Affair. HEX triplet: 6E, 50 and 76. RGB value is (110,80,118). Sum of RGB (Red+Green+Blue) = 110+80+118=308 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.71% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #6E5076 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5076 is #91AF89. Grayscale: #5D5D5D. Windows color (decimal): -9547658 or 7753838. OLE color: 7753838.

HSL color Cylindrical-coordinate representation of color #6E5076: hue angle of 287.37º degrees, saturation: 0.19, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6E5076 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB11080118-
CMYK0.070.3200.54
HSL287.37º19.19%38.82%-
HSV(B)287.37º32.2%46.27%-
XYZ12.5710.3618.48-
YUV93.3141.94139.91-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.71%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=35.71%
G=25.97%
B=38.31%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal110801180.070.3200.54287.3719.1938.82
Hex6E507672003611f1327
Octal1561201667400664372347
Binary110111010100001110110111100000011011010001111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,80,118); }

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

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

 a { background-color: rgb(110,80,118); }

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

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

 span { border-color: rgb(110,80,118); }

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