#6D5077

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

Shades of Affair #6D5077

Tints of Affair #6D5077

Color information

#6D5077 (or 0x6D5077) is unknown color: approx Affair. HEX triplet: 6D, 50 and 77. RGB value is (109,80,119). Sum of RGB (Red+Green+Blue) = 109+80+119=308 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.39% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 119 (46.88% from 255 or 38.64% from 308); Max value from RGB is 119 - color contains mainly: blue. Hex color #6D5077 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5077 is #92AF88. Grayscale: #5C5C5C. Windows color (decimal): -9613193 or 7819373. OLE color: 7819373.

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

Color convert

RGB10980119-
CMYK0.080.3300.53
HSL284.62º19.6%39.02%-
HSV(B)284.62º32.77%46.67%-
XYZ12.5110.3218.79-
YUV93.12142.61139.33-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.39%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 119 (46.88% from 255) = 38.64%
R=35.39%
G=25.97%
B=38.64%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal109801190.080.3300.53284.6219.639.02
Hex6D507782103511d1427
Octal15512016710410654352447
Binary1101101101000011101111000100001011010110001110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,80,119); }

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

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

 a { background-color: rgb(109,80,119); }

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

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

 span { border-color: rgb(109,80,119); }

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