Html Css Color HEX #686F73 Mid Grey

📋 copy color: '#686F73'

red 104 ◦ green 111 ◦ blue 115

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

Shades of Mid Grey #686F73

Tints of Mid Grey #686F73

RGB

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

 GREEN value IS 111 (43.75% from 255) = 33.64%

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

R = 31.52%
G = 33.64%
B = 34.85%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#686F73 (or 0x686F73) is known color: Mid Grey. HEX triplet: 68, 6F and 73. RGB value is (104,111,115). Sum of RGB (Red+Green+Blue) = 104+111+115=330 (43% of max value = 765). Red value is 104 (41.02% from 255 or 31.52% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 115 (45.31% from 255 or 34.85% from 330); Max value from RGB is 115 - color contains mainly: blue. Hex color #686F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686F73 is #97908C. Grayscale: #6D6D6D. Windows color (decimal): -9932941 or 7565160. OLE color: 7565160.

HSL color Cylindrical-coordinate representation of color #686F73: hue angle of 201.82º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #686F73 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 104 111 115 -
CMYK 0.10 0.03 0 0.55
HSL 201.82º 0.05% 0.43% -
HSV(B) 201.82º 0.1% 0.45% -
XYZ 14.49 15.55 18.46 -
YUV 109.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 104 111 115 0.10 0.03 0 0.55 201.82 0.05 0.43
Hex 68 6F 73 A 3 0 37 CA 5 2B
Octal 150 157 163 12 3 0 67 312 5 53
Binary 1101000 1101111 1110011 1010 11 0 110111 11001010 101 101011

Color Harmonies of #686F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686F73

Black with #686F73

Text Example


Text Example

White with #686F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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