#6F5179

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

Shades of Affair #6F5179

Tints of Affair #6F5179

Color information

#6F5179 (or 0x6F5179) is unknown color: approx Affair. HEX triplet: 6F, 51 and 79. RGB value is (111,81,121). Sum of RGB (Red+Green+Blue) = 111+81+121=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 121 (47.66% from 255 or 38.66% from 313); Max value from RGB is 121 - color contains mainly: blue. Hex color #6F5179 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5179 is #90AE86. Grayscale: #5E5E5E. Windows color (decimal): -9481863 or 7950703. OLE color: 7950703.

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

Color convert

RGB11181121-
CMYK0.080.3300.53
HSL285º19.8%39.61%-
HSV(B)285º33.06%47.45%-
XYZ12.9510.6419.46-
YUV94.53142.94139.75-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.46%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 121 (47.66% from 255) = 38.66%
R=35.46%
G=25.88%
B=38.66%

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
Decimal111811210.080.3300.5328519.839.61
Hex6F517982103511d1428
Octal15712117110410654352450
Binary1101111101000111110011000100001011010110001110110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,81,121); }

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

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

 a { background-color: rgb(111,81,121); }

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

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

 span { border-color: rgb(111,81,121); }

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