#685479

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

Shades of Affair #685479

Tints of Affair #685479

Color information

#685479 (or 0x685479) is unknown color: approx Affair. HEX triplet: 68, 54 and 79. RGB value is (104,84,121). Sum of RGB (Red+Green+Blue) = 104+84+121=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 121 - color contains mainly: blue. Hex color #685479 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685479 is #97AB86. Grayscale: #5E5E5E. Windows color (decimal): -9939847 or 7951464. OLE color: 7951464.

HSL color Cylindrical-coordinate representation of color #685479: hue angle of 272.43º degrees, saturation: 0.18, 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 #685479 is Cyan = 0.14, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10484121-
CMYK0.140.3100.53
HSL272.43º18.05%40.2%-
HSV(B)272.43º30.58%47.45%-
XYZ12.3310.6619.5-
YUV94.2143.13134.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 121 (47.66% from 255) = 39.16%
R=33.66%
G=27.18%
B=39.16%

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
Decimal104841210.140.3100.53272.4318.0540.2
Hex685479E1F0351101228
Octal15012417116370654202250
Binary110100010101001111001111011111011010110001000010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685479; }

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

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

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

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

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

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

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

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