#6A5177

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

Shades of Affair #6A5177

Tints of Affair #6A5177

Color information

#6A5177 (or 0x6A5177) is unknown color: approx Affair. HEX triplet: 6A, 51 and 77. RGB value is (106,81,119). Sum of RGB (Red+Green+Blue) = 106+81+119=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 81 (32.03% from 255 or 26.47% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #6A5177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5177 is #95AE88. Grayscale: #5C5C5C. Windows color (decimal): -9809545 or 7819626. OLE color: 7819626.

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

Color convert

RGB10681119-
CMYK0.110.3200.53
HSL279.47º19%39.22%-
HSV(B)279.47º31.93%46.67%-
XYZ12.2210.2818.79-
YUV92.81142.78137.41-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.64%
GREEN value IS 81 (32.03% from 255) = 26.47%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=34.64%
G=26.47%
B=38.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal106811190.110.3200.53279.471939.22
Hex6A5177B200351171327
Octal15212116713400654272347
Binary1101010101000111101111011100000011010110001011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,81,119); }

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

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

 a { background-color: rgb(106,81,119); }

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

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

 span { border-color: rgb(106,81,119); }

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