#684663

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

Shades of Salt Box #684663

Tints of Salt Box #684663

Color information

#684663 (or 0x684663) is unknown color: approx Salt Box. HEX triplet: 68, 46 and 63. RGB value is (104,70,99). Sum of RGB (Red+Green+Blue) = 104+70+99=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 70 (27.73% from 255 or 25.64% from 273); Blue value is 99 (39.06% from 255 or 36.26% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #684663 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684663 is #97B99C. Grayscale: #535353. Windows color (decimal): -9943453 or 6506088. OLE color: 6506088.

HSL color Cylindrical-coordinate representation of color #684663: hue angle of 308.82º 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 #684663 is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB1047099-
CMYK00.330.050.59
HSL308.82º19.54%34.12%-
HSV(B)308.82º32.69%40.78%-
XYZ10.158.2212.86-
YUV83.47136.76142.64-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.10%
GREEN value IS 70 (27.73% from 255) = 25.64%
BLUE value IS 99 (39.06% from 255) = 36.26%
R=38.10%
G=25.64%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104709900.330.050.59308.8219.5434.12
Hex68466302153B1351422
Octal1501061430415734652442
Binary110100010001101100011010000110111101110011010110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684663; }

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

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

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

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

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

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

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

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