Html Css Color HEX #685876 Mobster

📋 copy color: '#685876'

red 104 ◦ green 88 ◦ blue 118

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

Shades of Mobster #685876

Tints of Mobster #685876

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.39%

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

R = 33.55%
G = 28.39%
B = 38.06%

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

#685876 (or 0x685876) is known color: Mobster. HEX triplet: 68, 58 and 76. RGB value is (104,88,118). Sum of RGB (Red+Green+Blue) = 104+88+118=310 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.55% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 118 (46.48% from 255 or 38.06% from 310); Max value from RGB is 118 - color contains mainly: blue. Hex color #685876 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685876 is #97A789. Grayscale: #606060. Windows color (decimal): -9938826 or 7755880. OLE color: 7755880.

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

Color convert

RGB 104 88 118 -
CMYK 0.12 0.25 0 0.54
HSL 272º 0.15% 0.4% -
HSV(B) 272º 0.25% 0.46% -
XYZ 12.47 11.23 18.65 -
YUV 96.2 140.3 133.56 -
System Red Green Blue C M Y K H S L
Decimal 104 88 118 0.12 0.25 0 0.54 272 0.15 0.4
Hex 68 58 76 C 19 0 36 110 F 28
Octal 150 130 166 14 31 0 66 420 17 50
Binary 1101000 1011000 1110110 1100 11001 0 110110 100010000 1111 101000

Color Harmonies of #685876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685876

Black with #685876

Text Example


Text Example

White with #685876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685876; }

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

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

background-color css

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

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

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

border-color css

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

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

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