Html Css Color HEX #685C73 Mobster

📋 copy color: '#685C73'

red 104 ◦ green 92 ◦ blue 115

#685C73
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mobster #685C73

Tints of Mobster #685C73

RGB

 RED value IS 104 (41.02% from 255) = 33.44%

 GREEN value IS 92 (36.33% from 255) = 29.58%

 BLUE value IS 115 (45.31% from 255) = 36.98%

R = 33.44%
G = 29.58%
B = 36.98%

CMYK

 C value IS 0.10

 M value IS 0.20

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#685C73 (or 0x685C73) is known color: Mobster. HEX triplet: 68, 5C and 73. RGB value is (104,92,115). Sum of RGB (Red+Green+Blue) = 104+92+115=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 92 (36.33% from 255 or 29.58% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 115 - color contains mainly: blue. Hex color #685C73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C73 is #97A38C. Grayscale: #626262. Windows color (decimal): -9937805 or 7560296. OLE color: 7560296.

HSL color Cylindrical-coordinate representation of color #685C73: hue angle of 271.3º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #685C73 is Cyan = 0.10, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 92 115 -
CMYK 0.10 0.20 0 0.55
HSL 271.3º 0.11% 0.41% -
HSV(B) 271.3º 0.2% 0.45% -
XYZ 12.63 11.84 17.84 -
YUV 98.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 104 92 115 0.10 0.20 0 0.55 271.3 0.11 0.41
Hex 68 5C 73 A 14 0 37 10F B 29
Octal 150 134 163 12 24 0 67 417 13 51
Binary 1101000 1011100 1110011 1010 10100 0 110111 100001111 1011 101001

Color Harmonies of #685C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C73

Black with #685C73

Text Example


Text Example

White with #685C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,92,115); }

 H1.HeaderClassName
 {
   color: #685C73;
 }
 .AnyTagClassName
 {
   color: #685C73;
 }
</style>

background-color css

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

 a { background-color: rgb(104,92,115); }

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

border-color css

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

 span { border-color: rgb(104,92,115); }

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