Html Css Color HEX #684F66 Salt Box

📋 copy color: '#684F66'

red 104 ◦ green 79 ◦ blue 102

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

Shades of Salt Box #684F66

Tints of Salt Box #684F66

RGB

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

 GREEN value IS 79 (31.25% from 255) = 27.72%

 BLUE value IS 102 (40.23% from 255) = 35.79%

R = 36.49%
G = 27.72%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#684F66 (or 0x684F66) is known color: Salt Box. HEX triplet: 68, 4F and 66. RGB value is (104,79,102). Sum of RGB (Red+Green+Blue) = 104+79+102=285 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.49% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 102 (40.23% from 255 or 35.79% from 285); Max value from RGB is 104 - color contains mainly: red. Hex color #684F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684F66 is #97B099. Grayscale: #595959. Windows color (decimal): -9941146 or 6705000. OLE color: 6705000.

HSL color Cylindrical-coordinate representation of color #684F66: hue angle of 304.8º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #684F66 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 79 102 -
CMYK 0 0.24 0.02 0.59
HSL 304.8º 0.14% 0.36% -
HSV(B) 304.8º 0.24% 0.41% -
XYZ 10.9 9.49 13.83 -
YUV 89.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 104 79 102 0 0.24 0.02 0.59 304.8 0.14 0.36
Hex 68 4F 66 0 18 2 3B 131 E 24
Octal 150 117 146 0 30 2 73 461 16 44
Binary 1101000 1001111 1100110 0 11000 10 111011 100110001 1110 100100

Color Harmonies of #684F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684F66

Black with #684F66

Text Example


Text Example

White with #684F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684F66; }

 p { color: rgb(104,79,102); }

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

background-color css

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

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

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

border-color css

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

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

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