#6F5175

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

Shades of Affair #6F5175

Tints of Affair #6F5175

Color information

#6F5175 (or 0x6F5175) is unknown color: approx Affair. HEX triplet: 6F, 51 and 75. RGB value is (111,81,117). Sum of RGB (Red+Green+Blue) = 111+81+117=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 81 (32.03% from 255 or 26.21% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F5175 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5175 is #90AE8A. Grayscale: #5D5D5D. Windows color (decimal): -9481867 or 7688559. OLE color: 7688559.

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

Color convert

RGB11181117-
CMYK0.050.3100.54
HSL290º18.18%38.82%-
HSV(B)290º30.77%45.88%-
XYZ12.7110.5518.2-
YUV94.07140.94140.07-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.92%
GREEN value IS 81 (32.03% from 255) = 26.21%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=35.92%
G=26.21%
B=37.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111811170.050.3100.5429018.1838.82
Hex6F517551F0361221227
Octal1571211655370664422247
Binary11011111010001111010110111111011011010010001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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