#685374

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

Shades of Affair #685374

Tints of Affair #685374

Color information

#685374 (or 0x685374) is unknown color: approx Affair. HEX triplet: 68, 53 and 74. RGB value is (104,83,116). Sum of RGB (Red+Green+Blue) = 104+83+116=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 83 (32.81% from 255 or 27.39% from 303); Blue value is 116 (45.70% from 255 or 38.28% from 303); Max value from RGB is 116 - color contains mainly: blue. Hex color #685374 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685374 is #97AC8B. Grayscale: #5C5C5C. Windows color (decimal): -9940108 or 7623528. OLE color: 7623528.

HSL color Cylindrical-coordinate representation of color #685374: hue angle of 278.18º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #685374 is Cyan = 0.10, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10483116-
CMYK0.100.2800.55
HSL278.18º16.58%39.02%-
HSV(B)278.18º28.45%45.49%-
XYZ11.9510.3917.9-
YUV93.04140.96135.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.32%
GREEN value IS 83 (32.81% from 255) = 27.39%
BLUE value IS 116 (45.70% from 255) = 38.28%
R=34.32%
G=27.39%
B=38.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104831160.100.2800.55278.1816.5839.02
Hex685374A1C0371161127
Octal15012316412340674262147
Binary110100010100111110100101011100011011110001011010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685374; }

 p { color: rgb(104,83,116); }

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

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

 a { background-color: rgb(104,83,116); }

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

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

 span { border-color: rgb(104,83,116); }

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