#685378

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

Shades of Affair #685378

Tints of Affair #685378

Color information

#685378 (or 0x685378) is unknown color: approx Affair. HEX triplet: 68, 53 and 78. RGB value is (104,83,120). Sum of RGB (Red+Green+Blue) = 104+83+120=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 120 (47.27% from 255 or 39.09% from 307); Max value from RGB is 120 - color contains mainly: blue. Hex color #685378 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685378 is #97AC87. Grayscale: #5D5D5D. Windows color (decimal): -9940104 or 7885672. OLE color: 7885672.

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

Color convert

RGB10483120-
CMYK0.130.3100.53
HSL274.05º18.23%39.8%-
HSV(B)274.05º30.83%47.06%-
XYZ12.1910.4919.15-
YUV93.5142.96135.49-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 83 (32.81% from 255) = 27.04%
BLUE value IS 120 (47.27% from 255) = 39.09%
R=33.88%
G=27.04%
B=39.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104831200.130.3100.53274.0518.2339.8
Hex685378D1F0351121228
Octal15012317015370654222250
Binary110100010100111111000110111111011010110001001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685378; }

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

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

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

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

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

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

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

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