Html Css Color HEX #685976 Mobster

📋 copy color: '#685976'

red 104 ◦ green 89 ◦ blue 118

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

Shades of Mobster #685976

Tints of Mobster #685976

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.62%

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

R = 33.44%
G = 28.62%
B = 37.94%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#685976 (or 0x685976) is known color: Mobster. HEX triplet: 68, 59 and 76. RGB value is (104,89,118). Sum of RGB (Red+Green+Blue) = 104+89+118=311 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.44% from 311); Green value is 89 (35.16% from 255 or 28.62% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 118 - color contains mainly: blue. Hex color #685976 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685976 is #97A689. Grayscale: #606060. Windows color (decimal): -9938570 or 7756136. OLE color: 7756136.

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

Color convert

RGB 104 89 118 -
CMYK 0.12 0.25 0 0.54
HSL 271.03º 0.14% 0.41% -
HSV(B) 271.03º 0.25% 0.46% -
XYZ 12.55 11.4 18.68 -
YUV 96.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 104 89 118 0.12 0.25 0 0.54 271.03 0.14 0.41
Hex 68 59 76 C 19 0 36 10F E 29
Octal 150 131 166 14 31 0 66 417 16 51
Binary 1101000 1011001 1110110 1100 11001 0 110110 100001111 1110 101001

Color Harmonies of #685976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685976

Black with #685976

Text Example


Text Example

White with #685976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685976; }

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

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

background-color css

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

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

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

border-color css

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

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

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