#696668

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

Shades of Salt Box #696668

Tints of Salt Box #696668

Color information

#696668 (or 0x696668) is unknown color: approx Salt Box. HEX triplet: 69, 66 and 68. RGB value is (105,102,104). Sum of RGB (Red+Green+Blue) = 105+102+104=311 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.76% from 311); Green value is 102 (40.23% from 255 or 32.80% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 105 - color contains mainly: red. Hex color #696668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696668 is #969997. Grayscale: #676767. Windows color (decimal): -9869720 or 6841961. OLE color: 6841961.

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

Color convert

RGB105102104-
CMYK00.030.010.59
HSL320º1.45%40.59%-
HSV(B)320º2.86%41.18%-
XYZ13.0813.5115.01-
YUV103.12128.49129.34-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.76%
GREEN value IS 102 (40.23% from 255) = 32.80%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=33.76%
G=32.80%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510210400.030.010.593201.4540.59
Hex6966680313B140129
Octal15114615003173500151
Binary11010011100110110100001111110111010000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696668; }

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

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

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

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

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

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

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

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