#685178

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

Shades of Affair #685178

Tints of Affair #685178

Color information

#685178 (or 0x685178) is unknown color: approx Affair. HEX triplet: 68, 51 and 78. RGB value is (104,81,120). Sum of RGB (Red+Green+Blue) = 104+81+120=305 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.10% from 305); Green value is 81 (32.03% from 255 or 26.56% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 120 - color contains mainly: blue. Hex color #685178 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685178 is #97AE87. Grayscale: #5C5C5C. Windows color (decimal): -9940616 or 7885160. OLE color: 7885160.

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

Color convert

RGB10481120-
CMYK0.130.3200.53
HSL275.38º19.4%39.41%-
HSV(B)275.38º32.5%47.06%-
XYZ12.0410.1819.1-
YUV92.32143.62136.33-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 34.10%
GREEN value IS 81 (32.03% from 255) = 26.56%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=34.10%
G=26.56%
B=39.34%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104811200.130.3200.53275.3819.439.41
Hex685178D200351131327
Octal15012117015400654232347
Binary1101000101000111110001101100000011010110001001110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685178; }

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

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

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

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

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

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

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

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