#6E5277

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

Shades of Affair #6E5277

Tints of Affair #6E5277

Color information

#6E5277 (or 0x6E5277) is unknown color: approx Affair. HEX triplet: 6E, 52 and 77. RGB value is (110,82,119). Sum of RGB (Red+Green+Blue) = 110+82+119=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 119 (46.88% from 255 or 38.26% from 311); Max value from RGB is 119 - color contains mainly: blue. Hex color #6E5277 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5277 is #91AD88. Grayscale: #5E5E5E. Windows color (decimal): -9547145 or 7819886. OLE color: 7819886.

HSL color Cylindrical-coordinate representation of color #6E5277: hue angle of 285.41º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6E5277 is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11082119-
CMYK0.080.3100.53
HSL285.41º18.41%39.41%-
HSV(B)285.41º31.09%46.67%-
XYZ12.7810.6818.84-
YUV94.59141.78138.99-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 35.37%
GREEN value IS 82 (32.42% from 255) = 26.37%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=35.37%
G=26.37%
B=38.26%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal110821190.080.3100.53285.4118.4139.41
Hex6E527781F03511d1227
Octal15612216710370654352247
Binary110111010100101110111100011111011010110001110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E5277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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