#696469

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

Shades of Salt Box #696469

Tints of Salt Box #696469

Color information

#696469 (or 0x696469) is unknown color: approx Salt Box. HEX triplet: 69, 64 and 69. RGB value is (105,100,105). Sum of RGB (Red+Green+Blue) = 105+100+105=310 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.87% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #696469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696469 is #969B96. Grayscale: #666666. Windows color (decimal): -9870231 or 6906985. OLE color: 6906985.

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

Color convert

RGB105100105-
CMYK00.0500.59
HSL300º2.44%40.2%-
HSV(B)300º4.76%41.18%-
XYZ12.9313.1415.22-
YUV102.06129.66130.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.87%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 105 (41.41% from 255) = 33.87%
R=33.87%
G=32.26%
B=33.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10510010500.0500.593002.4440.2
Hex6964690503B12c228
Octal15114415105073454250
Binary1101001110010011010010101011101110010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696469; }

 p { color: rgb(105,100,105); }

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

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

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

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

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

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

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