#6F5075

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

Shades of Affair #6F5075

Tints of Affair #6F5075

Color information

#6F5075 (or 0x6F5075) is unknown color: approx Affair. HEX triplet: 6F, 50 and 75. RGB value is (111,80,117). Sum of RGB (Red+Green+Blue) = 111+80+117=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 117 (46.09% from 255 or 37.99% from 308); Max value from RGB is 117 - color contains mainly: blue. Hex color #6F5075 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5075 is #90AF8A. Grayscale: #5D5D5D. Windows color (decimal): -9482123 or 7688303. OLE color: 7688303.

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

Color convert

RGB11180117-
CMYK0.050.3200.54
HSL290.27º18.78%38.63%-
HSV(B)290.27º31.62%45.88%-
XYZ12.6410.418.17-
YUV93.49141.27140.49-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 80 (31.64% from 255) = 25.97%
BLUE value IS 117 (46.09% from 255) = 37.99%
R=36.04%
G=25.97%
B=37.99%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal111801170.050.3200.54290.2718.7838.63
Hex6F50755200361221327
Octal1571201655400664422347
Binary110111110100001110101101100000011011010010001010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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