Html Css Color HEX #685A76 Mobster

📋 copy color: '#685A76'

red 104 ◦ green 90 ◦ blue 118

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

Shades of Mobster #685A76

Tints of Mobster #685A76

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.85%

 BLUE value IS 118 (46.48% from 255) = 37.82%

R = 33.33%
G = 28.85%
B = 37.82%

CMYK

 C value IS 0.12

 M value IS 0.24

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#685A76 (or 0x685A76) is known color: Mobster. HEX triplet: 68, 5A and 76. RGB value is (104,90,118). Sum of RGB (Red+Green+Blue) = 104+90+118=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 90 (35.55% from 255 or 28.85% from 312); Blue value is 118 (46.48% from 255 or 37.82% from 312); Max value from RGB is 118 - color contains mainly: blue. Hex color #685A76 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A76 is #97A589. Grayscale: #616161. Windows color (decimal): -9938314 or 7756392. OLE color: 7756392.

HSL color Cylindrical-coordinate representation of color #685A76: hue angle of 270º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #685A76 is Cyan = 0.12, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 104 90 118 -
CMYK 0.12 0.24 0 0.54
HSL 270º 0.13% 0.41% -
HSV(B) 270º 0.24% 0.46% -
XYZ 12.64 11.56 18.71 -
YUV 97.38 139.64 132.72 -
System Red Green Blue C M Y K H S L
Decimal 104 90 118 0.12 0.24 0 0.54 270 0.13 0.41
Hex 68 5A 76 C 18 0 36 10E D 29
Octal 150 132 166 14 30 0 66 416 15 51
Binary 1101000 1011010 1110110 1100 11000 0 110110 100001110 1101 101001

Color Harmonies of #685A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A76

Black with #685A76

Text Example


Text Example

White with #685A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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