Html Css Color HEX #685476 Mobster

📋 copy color: '#685476'

red 104 ◦ green 84 ◦ blue 118

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

Shades of Mobster #685476

Tints of Mobster #685476

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.45%

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

R = 33.99%
G = 27.45%
B = 38.56%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#685476 (or 0x685476) is known color: Mobster. HEX triplet: 68, 54 and 76. RGB value is (104,84,118). Sum of RGB (Red+Green+Blue) = 104+84+118=306 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.99% from 306); Green value is 84 (33.20% from 255 or 27.45% from 306); Blue value is 118 (46.48% from 255 or 38.56% from 306); Max value from RGB is 118 - color contains mainly: blue. Hex color #685476 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685476 is #97AB89. Grayscale: #5D5D5D. Windows color (decimal): -9939850 or 7754856. OLE color: 7754856.

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

Color convert

RGB 104 84 118 -
CMYK 0.12 0.29 0 0.54
HSL 275.29º 0.17% 0.4% -
HSV(B) 275.29º 0.29% 0.46% -
XYZ 12.15 10.59 18.54 -
YUV 93.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 104 84 118 0.12 0.29 0 0.54 275.29 0.17 0.4
Hex 68 54 76 C 1D 0 36 113 11 28
Octal 150 124 166 14 35 0 66 423 21 50
Binary 1101000 1010100 1110110 1100 11101 0 110110 100010011 10001 101000

Color Harmonies of #685476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685476

Black with #685476

Text Example


Text Example

White with #685476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685476; }

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

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

background-color css

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

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

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

border-color css

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

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

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