#685576

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

Shades of Mobster #685576

Tints of Mobster #685576

Color information

#685576 (or 0x685576) is unknown color: approx Mobster. HEX triplet: 68, 55 and 76. RGB value is (104,85,118). Sum of RGB (Red+Green+Blue) = 104+85+118=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 118 - color contains mainly: blue. Hex color #685576 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685576 is #97AA89. Grayscale: #5E5E5E. Windows color (decimal): -9939594 or 7755112. OLE color: 7755112.

HSL color Cylindrical-coordinate representation of color #685576: hue angle of 274.55º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #685576 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10485118-
CMYK0.120.2800.54
HSL274.55º16.26%39.8%-
HSV(B)274.55º27.97%46.27%-
XYZ12.2310.7518.57-
YUV94.44141.29134.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.88%
GREEN value IS 85 (33.59% from 255) = 27.69%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=33.88%
G=27.69%
B=38.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104851180.120.2800.54274.5516.2639.8
Hex685576C1C0361131028
Octal15012516614340664232050
Binary110100010101011110110110011100011011010001001110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685576; }

 p { color: rgb(104,85,118); }

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

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

 a { background-color: rgb(104,85,118); }

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

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

 span { border-color: rgb(104,85,118); }

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