#685A79

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

Shades of Mobster #685A79

Tints of Mobster #685A79

Color information

#685A79 (or 0x685A79) is unknown color: approx Mobster. HEX triplet: 68, 5A and 79. RGB value is (104,90,121). Sum of RGB (Red+Green+Blue) = 104+90+121=315 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.02% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 121 (47.66% from 255 or 38.41% from 315); Max value from RGB is 121 - color contains mainly: blue. Hex color #685A79 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A79 is #97A586. Grayscale: #616161. Windows color (decimal): -9938311 or 7953000. OLE color: 7953000.

HSL color Cylindrical-coordinate representation of color #685A79: hue angle of 267.1º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #685A79 is Cyan = 0.14, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB10490121-
CMYK0.140.2600.53
HSL267.1º14.69%41.37%-
HSV(B)267.1º25.62%47.45%-
XYZ12.8211.6419.66-
YUV97.72141.14132.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.02%
GREEN value IS 90 (35.55% from 255) = 28.57%
BLUE value IS 121 (47.66% from 255) = 38.41%
R=33.02%
G=28.57%
B=38.41%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal104901210.140.2600.53267.114.6941.37
Hex685A79E1A03510bf29
Octal15013217116320654131751
Binary11010001011010111100111101101001101011000010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685A79; }

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

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

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

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

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

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

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

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