#685676

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

Shades of Mobster #685676

Tints of Mobster #685676

Color information

#685676 (or 0x685676) is unknown color: approx Mobster. HEX triplet: 68, 56 and 76. RGB value is (104,86,118). Sum of RGB (Red+Green+Blue) = 104+86+118=308 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.77% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 118 (46.48% from 255 or 38.31% from 308); Max value from RGB is 118 - color contains mainly: blue. Hex color #685676 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685676 is #97A989. Grayscale: #5E5E5E. Windows color (decimal): -9939338 or 7755368. OLE color: 7755368.

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

Color convert

RGB10486118-
CMYK0.120.2700.54
HSL273.75º15.69%40%-
HSV(B)273.75º27.12%46.27%-
XYZ12.3110.9118.6-
YUV95.03140.96134.4-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.77%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 118 (46.48% from 255) = 38.31%
R=33.77%
G=27.92%
B=38.31%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104861180.120.2700.54273.7515.6940
Hex685676C1B0361121028
Octal15012616614330664222050
Binary110100010101101110110110011011011011010001001010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685676; }

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

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

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

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

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

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

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

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