#685478

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

Shades of Affair #685478

Tints of Affair #685478

Color information

#685478 (or 0x685478) is unknown color: approx Affair. HEX triplet: 68, 54 and 78. RGB value is (104,84,120). Sum of RGB (Red+Green+Blue) = 104+84+120=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 120 (47.27% from 255 or 38.96% from 308); Max value from RGB is 120 - color contains mainly: blue. Hex color #685478 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685478 is #97AB87. Grayscale: #5D5D5D. Windows color (decimal): -9939848 or 7885928. OLE color: 7885928.

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

Color convert

RGB10484120-
CMYK0.130.300.53
HSL273.33º17.65%40%-
HSV(B)273.33º30%47.06%-
XYZ12.2710.6419.18-
YUV94.08142.63135.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 84 (33.20% from 255) = 27.27%
BLUE value IS 120 (47.27% from 255) = 38.96%
R=33.77%
G=27.27%
B=38.96%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.3
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104841200.130.300.53273.3317.6540
Hex685478D1E0351111228
Octal15012417015360654212250
Binary110100010101001111000110111110011010110001000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685478; }

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

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

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

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

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

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

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

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