Html Css Color HEX #685060 Salt Box

📋 copy color: '#685060'

red 104 ◦ green 80 ◦ blue 96

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

Shades of Salt Box #685060

Tints of Salt Box #685060

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

 BLUE value IS 96 (37.89% from 255) = 34.29%

R = 37.14%
G = 28.57%
B = 34.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#685060 (or 0x685060) is known color: Salt Box. HEX triplet: 68, 50 and 60. RGB value is (104,80,96). Sum of RGB (Red+Green+Blue) = 104+80+96=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 96 (37.89% from 255 or 34.29% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #685060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685060 is #97AF9F. Grayscale: #585858. Windows color (decimal): -9940896 or 6312040. OLE color: 6312040.

HSL color Cylindrical-coordinate representation of color #685060: hue angle of 320º degrees, saturation: 0.13, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #685060 is Cyan = 0, Magento = 0.23, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 80 96 -
CMYK 0 0.23 0.08 0.59
HSL 320º 0.13% 0.36% -
HSV(B) 320º 0.23% 0.41% -
XYZ 10.69 9.52 12.34 -
YUV 89 131.95 138.7 -
System Red Green Blue C M Y K H S L
Decimal 104 80 96 0 0.23 0.08 0.59 320 0.13 0.36
Hex 68 50 60 0 17 8 3B 140 D 24
Octal 150 120 140 0 27 10 73 500 15 44
Binary 1101000 1010000 1100000 0 10111 1000 111011 101000000 1101 100100

Color Harmonies of #685060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685060

Black with #685060

Text Example


Text Example

White with #685060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685060; }

 p { color: rgb(104,80,96); }

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

background-color css

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

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

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

border-color css

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

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

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