Html Css Color HEX #685F68 Salt Box

📋 copy color: '#685F68'

red 104 ◦ green 95 ◦ blue 104

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

Shades of Salt Box #685F68

Tints of Salt Box #685F68

RGB

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

 GREEN value IS 95 (37.5% from 255) = 31.35%

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

R = 34.32%
G = 31.35%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#685F68 (or 0x685F68) is known color: Salt Box. HEX triplet: 68, 5F and 68. RGB value is (104,95,104). Sum of RGB (Red+Green+Blue) = 104+95+104=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 95 (37.5% from 255 or 31.35% from 303); Blue value is 104 (41.02% from 255 or 34.32% from 303); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685F68 is #97A097. Grayscale: #626262. Windows color (decimal): -9937048 or 6840168. OLE color: 6840168.

HSL color Cylindrical-coordinate representation of color #685F68: 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.09%. Process color model (Four color, CMYK) of #685F68 is Cyan = 0, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 95 104 -
CMYK 0 0.09 0 0.59
HSL 300º 0.05% 0.39% -
HSV(B) 300º 0.09% 0.41% -
XYZ 12.3 12.13 14.79 -
YUV 98.72 130.98 131.77 -
System Red Green Blue C M Y K H S L
Decimal 104 95 104 0 0.09 0 0.59 300 0.05 0.39
Hex 68 5F 68 0 9 0 3B 12C 5 27
Octal 150 137 150 0 11 0 73 454 5 47
Binary 1101000 1011111 1101000 0 1001 0 111011 100101100 101 100111

Color Harmonies of #685F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685F68

Black with #685F68

Text Example


Text Example

White with #685F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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