#685379

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

Shades of Affair #685379

Tints of Affair #685379

Color information

#685379 (or 0x685379) is unknown color: approx Affair. HEX triplet: 68, 53 and 79. RGB value is (104,83,121). Sum of RGB (Red+Green+Blue) = 104+83+121=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 121 (47.66% from 255 or 39.29% from 308); Max value from RGB is 121 - color contains mainly: blue. Hex color #685379 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685379 is #97AC86. Grayscale: #5D5D5D. Windows color (decimal): -9940103 or 7951208. OLE color: 7951208.

HSL color Cylindrical-coordinate representation of color #685379: hue angle of 273.16º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #685379 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10483121-
CMYK0.140.3100.53
HSL273.16º18.63%40%-
HSV(B)273.16º31.4%47.45%-
XYZ12.2510.5119.47-
YUV93.61143.46135.41-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 83 (32.81% from 255) = 26.95%
BLUE value IS 121 (47.66% from 255) = 39.29%
R=33.77%
G=26.95%
B=39.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104831210.140.3100.53273.1618.6340
Hex685379E1F0351111328
Octal15012317116370654212350
Binary110100010100111111001111011111011010110001000110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685379; }

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

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

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

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

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

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

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

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