#6A6069

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

Shades of Salt Box #6A6069

Tints of Salt Box #6A6069

Color information

#6A6069 (or 0x6A6069) is unknown color: approx Salt Box. HEX triplet: 6A, 60 and 69. RGB value is (106,96,105). Sum of RGB (Red+Green+Blue) = 106+96+105=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 96 (37.89% from 255 or 31.27% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6069 is #959F96. Grayscale: #636363. Windows color (decimal): -9805719 or 6905962. OLE color: 6905962.

HSL color Cylindrical-coordinate representation of color #6A6069: hue angle of 306º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #6A6069 is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB10696105-
CMYK00.090.010.58
HSL306º4.95%39.61%-
HSV(B)306º9.43%41.57%-
XYZ12.6812.4515.1-
YUV100.02130.81132.27-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.53%
GREEN value IS 96 (37.89% from 255) = 31.27%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=34.53%
G=31.27%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1069610500.090.010.583064.9539.61
Hex6A60690913A132528
Octal152140151011172462550
Binary110101011000001101001010011111010100110010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6069; }

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

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

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

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

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

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

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

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