Html Css Color HEX #685E68 Salt Box

📋 copy color: '#685E68'

red 104 ◦ green 94 ◦ blue 104

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

Shades of Salt Box #685E68

Tints of Salt Box #685E68

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.13%

 BLUE value IS 104 (41.02% from 255) = 34.44%

R = 34.44%
G = 31.13%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#685E68 (or 0x685E68) is known color: Salt Box. HEX triplet: 68, 5E and 68. RGB value is (104,94,104). Sum of RGB (Red+Green+Blue) = 104+94+104=302 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.44% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 104 (41.02% from 255 or 34.44% from 302); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E68 is #97A197. Grayscale: #626262. Windows color (decimal): -9937304 or 6839912. OLE color: 6839912.

HSL color Cylindrical-coordinate representation of color #685E68: hue angle of 300º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #685E68 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 94 104 -
CMYK 0 0.10 0 0.59
HSL 300º 0.05% 0.39% -
HSV(B) 300º 0.1% 0.41% -
XYZ 12.21 11.95 14.76 -
YUV 98.13 131.31 132.19 -
System Red Green Blue C M Y K H S L
Decimal 104 94 104 0 0.10 0 0.59 300 0.05 0.39
Hex 68 5E 68 0 A 0 3B 12C 5 27
Octal 150 136 150 0 12 0 73 454 5 47
Binary 1101000 1011110 1101000 0 1010 0 111011 100101100 101 100111

Color Harmonies of #685E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E68

Black with #685E68

Text Example


Text Example

White with #685E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,94,104); }

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

background-color css

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

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

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

border-color css

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

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

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