#685875

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

Shades of Mobster #685875

Tints of Mobster #685875

Color information

#685875 (or 0x685875) is unknown color: approx Mobster. HEX triplet: 68, 58 and 75. RGB value is (104,88,117). Sum of RGB (Red+Green+Blue) = 104+88+117=309 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.66% from 309); Green value is 88 (34.77% from 255 or 28.48% from 309); Blue value is 117 (46.09% from 255 or 37.86% from 309); Max value from RGB is 117 - color contains mainly: blue. Hex color #685875 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685875 is #97A78A. Grayscale: #5F5F5F. Windows color (decimal): -9938827 or 7690344. OLE color: 7690344.

HSL color Cylindrical-coordinate representation of color #685875: hue angle of 273.1º degrees, saturation: 0.14, 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 #685875 is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB10488117-
CMYK0.110.2500.54
HSL273.1º14.15%40.2%-
HSV(B)273.1º24.79%45.88%-
XYZ12.4111.2118.34-
YUV96.09139.8133.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 33.66%
GREEN value IS 88 (34.77% from 255) = 28.48%
BLUE value IS 117 (46.09% from 255) = 37.86%
R=33.66%
G=28.48%
B=37.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal104881170.110.2500.54273.114.1540.2
Hex685875B19036111e28
Octal15013016513310664211650
Binary11010001011000111010110111100101101101000100011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685875; }

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

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

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

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

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

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

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

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