#6E527B

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

Shades of Affair #6E527B

Tints of Affair #6E527B

Color information

#6E527B (or 0x6E527B) is unknown color: approx Affair. HEX triplet: 6E, 52 and 7B. RGB value is (110,82,123). Sum of RGB (Red+Green+Blue) = 110+82+123=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 123 - color contains mainly: blue. Hex color #6E527B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E527B is #91AD84. Grayscale: #5E5E5E. Windows color (decimal): -9547141 or 8082030. OLE color: 8082030.

HSL color Cylindrical-coordinate representation of color #6E527B: hue angle of 280.98º 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 #6E527B is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB11082123-
CMYK0.110.3300.52
HSL280.98º20%40.2%-
HSV(B)280.98º33.33%48.24%-
XYZ13.0210.7820.13-
YUV95.05143.78138.67-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 34.92%
GREEN value IS 82 (32.42% from 255) = 26.03%
BLUE value IS 123 (48.44% from 255) = 39.05%
R=34.92%
G=26.03%
B=39.05%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal110821230.110.3300.52280.982040.2
Hex6E527BB210341191428
Octal15612217313410644312450
Binary1101110101001011110111011100001011010010001100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E527B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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