#6E527C

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

Shades of Affair #6E527C

Tints of Affair #6E527C

Color information

#6E527C (or 0x6E527C) is unknown color: approx Affair. HEX triplet: 6E, 52 and 7C. RGB value is (110,82,124). Sum of RGB (Red+Green+Blue) = 110+82+124=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 82 (32.42% from 255 or 25.95% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 124 - color contains mainly: blue. Hex color #6E527C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E527C is #91AD83. Grayscale: #5F5F5F. Windows color (decimal): -9547140 or 8147566. OLE color: 8147566.

HSL color Cylindrical-coordinate representation of color #6E527C: hue angle of 280º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6E527C is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB11082124-
CMYK0.110.3400.51
HSL280º20.39%40.39%-
HSV(B)280º33.87%48.63%-
XYZ13.0910.820.46-
YUV95.16144.28138.58-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.81%
GREEN value IS 82 (32.42% from 255) = 25.95%
BLUE value IS 124 (48.83% from 255) = 39.24%
R=34.81%
G=25.95%
B=39.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal110821240.110.3400.5128020.3940.39
Hex6E527CB220331181428
Octal15612217413420634302450
Binary1101110101001011111001011100010011001110001100010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E527C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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