#6F5177

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

Shades of Affair #6F5177

Tints of Affair #6F5177

Color information

#6F5177 (or 0x6F5177) is unknown color: approx Affair. HEX triplet: 6F, 51 and 77. RGB value is (111,81,119). Sum of RGB (Red+Green+Blue) = 111+81+119=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 81 (32.03% from 255 or 26.05% 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 #6F5177 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5177 is #90AE88. Grayscale: #5E5E5E. Windows color (decimal): -9481865 or 7819631. OLE color: 7819631.

HSL color Cylindrical-coordinate representation of color #6F5177: hue angle of 287.37º 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 #6F5177 is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11181119-
CMYK0.070.3200.53
HSL287.37º19%39.22%-
HSV(B)287.37º31.93%46.67%-
XYZ12.8310.618.82-
YUV94.3141.94139.91-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.69%
GREEN value IS 81 (32.03% from 255) = 26.05%
BLUE value IS 119 (46.88% from 255) = 38.26%
R=35.69%
G=26.05%
B=38.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal111811190.070.3200.53287.371939.22
Hex6F517772003511f1327
Octal1571211677400654372347
Binary110111110100011110111111100000011010110001111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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