#6E527A

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

Shades of Affair #6E527A

Tints of Affair #6E527A

Color information

#6E527A (or 0x6E527A) is unknown color: approx Affair. HEX triplet: 6E, 52 and 7A. RGB value is (110,82,122). Sum of RGB (Red+Green+Blue) = 110+82+122=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 82 (32.42% from 255 or 26.11% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 122 - color contains mainly: blue. Hex color #6E527A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E527A is #91AD85. Grayscale: #5E5E5E. Windows color (decimal): -9547142 or 8016494. OLE color: 8016494.

HSL color Cylindrical-coordinate representation of color #6E527A: hue angle of 282º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6E527A is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11082122-
CMYK0.100.3300.52
HSL282º19.61%40%-
HSV(B)282º32.79%47.84%-
XYZ12.9610.7519.81-
YUV94.93143.28138.75-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.03%
GREEN value IS 82 (32.42% from 255) = 26.11%
BLUE value IS 122 (48.05% from 255) = 38.85%
R=35.03%
G=26.11%
B=38.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110821220.100.3300.5228219.6140
Hex6E527AA2103411a1428
Octal15612217212410644322450
Binary1101110101001011110101010100001011010010001101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E527A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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