#685377

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

Shades of Affair #685377

Tints of Affair #685377

Color information

#685377 (or 0x685377) is unknown color: approx Affair. HEX triplet: 68, 53 and 77. RGB value is (104,83,119). Sum of RGB (Red+Green+Blue) = 104+83+119=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 83 (32.81% from 255 or 27.12% from 306); Blue value is 119 (46.88% from 255 or 38.89% from 306); Max value from RGB is 119 - color contains mainly: blue. Hex color #685377 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685377 is #97AC88. Grayscale: #5D5D5D. Windows color (decimal): -9940105 or 7820136. OLE color: 7820136.

HSL color Cylindrical-coordinate representation of color #685377: hue angle of 275º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #685377 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10483119-
CMYK0.130.3000.53
HSL275º17.82%39.61%-
HSV(B)275º30.25%46.67%-
XYZ12.1310.4618.83-
YUV93.38142.46135.57-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.99%
GREEN value IS 83 (32.81% from 255) = 27.12%
BLUE value IS 119 (46.88% from 255) = 38.89%
R=33.99%
G=27.12%
B=38.89%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104831190.130.3000.5327517.8239.61
Hex685377D1E0351131228
Octal15012316715360654232250
Binary110100010100111110111110111110011010110001001110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685377; }

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

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

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

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

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

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

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

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