#696069

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

Shades of Salt Box #696069

Tints of Salt Box #696069

Color information

#696069 (or 0x696069) is unknown color: approx Salt Box. HEX triplet: 69, 60 and 69. RGB value is (105,96,105). Sum of RGB (Red+Green+Blue) = 105+96+105=306 (40% of max value = 765). Red value is 105 (41.41% from 255 or 34.31% from 306); Green value is 96 (37.89% from 255 or 31.37% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 105 - color contains mainly: red, blue. Hex color #696069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696069 is #969F96. Grayscale: #636363. Windows color (decimal): -9871255 or 6905961. OLE color: 6905961.

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

Color convert

RGB10596105-
CMYK00.0900.59
HSL300º4.48%39.41%-
HSV(B)300º8.57%41.18%-
XYZ12.5612.3915.09-
YUV99.72130.98131.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 34.31%
GREEN value IS 96 (37.89% from 255) = 31.37%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=34.31%
G=31.37%
B=34.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1059610500.0900.593004.4839.41
Hex6960690903B12c427
Octal151140151011073454447
Binary110100111000001101001010010111011100101100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696069; }

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

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

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

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

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

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

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

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