#6E527F

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

Shades of Affair #6E527F

Tints of Affair #6E527F

Color information

#6E527F (or 0x6E527F) is unknown color: approx Affair. HEX triplet: 6E, 52 and 7F. RGB value is (110,82,127). Sum of RGB (Red+Green+Blue) = 110+82+127=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 82 (32.42% from 255 or 25.71% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 127 - color contains mainly: blue. Hex color #6E527F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E527F is #91AD80. Grayscale: #5F5F5F. Windows color (decimal): -9547137 or 8344174. OLE color: 8344174.

HSL color Cylindrical-coordinate representation of color #6E527F: hue angle of 277.33º degrees, saturation: 0.22, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6E527F is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB11082127-
CMYK0.130.3500.50
HSL277.33º21.53%40.98%-
HSV(B)277.33º35.43%49.8%-
XYZ13.2810.8821.48-
YUV95.5145.78138.34-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.48%
GREEN value IS 82 (32.42% from 255) = 25.71%
BLUE value IS 127 (50% from 255) = 39.81%
R=34.48%
G=25.71%
B=39.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal110821270.130.3500.50277.3321.5340.98
Hex6E527FD230321151629
Octal15612217715430624252651
Binary1101110101001011111111101100011011001010001010110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E527F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,82,127); }

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

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

 a { background-color: rgb(110,82,127); }

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

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

 span { border-color: rgb(110,82,127); }

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