Html Css Color HEX #685B68 Salt Box

📋 copy color: '#685B68'

red 104 ◦ green 91 ◦ blue 104

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

Shades of Salt Box #685B68

Tints of Salt Box #685B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.43%

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

R = 34.78%
G = 30.43%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#685B68 (or 0x685B68) is known color: Salt Box. HEX triplet: 68, 5B and 68. RGB value is (104,91,104). Sum of RGB (Red+Green+Blue) = 104+91+104=299 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.78% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 104 - color contains mainly: red, blue. Hex color #685B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B68 is #97A497. Grayscale: #606060. Windows color (decimal): -9938072 or 6839144. OLE color: 6839144.

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

Color convert

RGB 104 91 104 -
CMYK 0 0.12 0 0.59
HSL 300º 0.07% 0.38% -
HSV(B) 300º 0.13% 0.41% -
XYZ 11.95 11.42 14.67 -
YUV 96.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 104 91 104 0 0.12 0 0.59 300 0.07 0.38
Hex 68 5B 68 0 C 0 3B 12C 7 26
Octal 150 133 150 0 14 0 73 454 7 46
Binary 1101000 1011011 1101000 0 1100 0 111011 100101100 111 100110

Color Harmonies of #685B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B68

Black with #685B68

Text Example


Text Example

White with #685B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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