#685876

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

Shades of Mobster #685876

Tints of Mobster #685876

Color information

#685876 (or 0x685876) is unknown color: approx Mobster. HEX triplet: 68, 58 and 76. RGB value is (104,88,118). Sum of RGB (Red+Green+Blue) = 104+88+118=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #685876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685876 is #97A789. Grayscale: #606060. Windows color (decimal): -9938826 or 7755880. OLE color: 7755880.

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

Color convert

RGB10488118-
CMYK0.120.2500.54
HSL272º14.56%40.39%-
HSV(B)272º25.42%46.27%-
XYZ12.4711.2318.65-
YUV96.2140.3133.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.55%
GREEN value IS 88 (34.77% from 255) = 28.39%
BLUE value IS 118 (46.48% from 255) = 38.06%
R=33.55%
G=28.39%
B=38.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104881180.120.2500.5427214.5640.39
Hex685876C19036110f28
Octal15013016614310664201750
Binary11010001011000111011011001100101101101000100001111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685876; }

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

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

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

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

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

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

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

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