#684661

Color #684661 Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #684661

Tints of Salt Box #684661

Color information

#684661 (or 0x684661) is unknown color: approx Salt Box. HEX triplet: 68, 46 and 61. RGB value is (104,70,97). Sum of RGB (Red+Green+Blue) = 104+70+97=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 70 (27.73% from 255 or 25.83% from 271); Blue value is 97 (38.28% from 255 or 35.79% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #684661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684661 is #97B99E. Grayscale: #535353. Windows color (decimal): -9943455 or 6375016. OLE color: 6375016.

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

Color convert

RGB1047097-
CMYK00.330.070.59
HSL312.35º19.54%34.12%-
HSV(B)312.35º32.69%40.78%-
XYZ10.068.1912.36-
YUV83.24135.76142.8-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.38%
GREEN value IS 70 (27.73% from 255) = 25.83%
BLUE value IS 97 (38.28% from 255) = 35.79%
R=38.38%
G=25.83%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104709700.330.070.59312.3519.5434.12
Hex68466102173B1381422
Octal1501061410417734702442
Binary110100010001101100001010000111111101110011100010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684661; }

 p { color: rgb(104,70,97); }

 H1.HeaderClassName
 {
   color: #684661;
 }
 .AnyTagClassName
 {
   color: #684661;
 }
</style>
background-color css

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

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

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

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

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

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