#6A6169

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

Shades of Salt Box #6A6169

Tints of Salt Box #6A6169

Color information

#6A6169 (or 0x6A6169) is unknown color: approx Salt Box. HEX triplet: 6A, 61 and 69. RGB value is (106,97,105). Sum of RGB (Red+Green+Blue) = 106+97+105=308 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.42% from 308); Green value is 97 (38.28% from 255 or 31.49% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6169 is #959E96. Grayscale: #646464. Windows color (decimal): -9805463 or 6906218. OLE color: 6906218.

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

Color convert

RGB10697105-
CMYK00.080.010.58
HSL306.67º4.43%39.8%-
HSV(B)306.67º8.49%41.57%-
XYZ12.7712.6315.13-
YUV100.6130.48131.85-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.42%
GREEN value IS 97 (38.28% from 255) = 31.49%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=34.42%
G=31.49%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1069710500.080.010.58306.674.4339.8
Hex6A61690813A133428
Octal152141151010172463450
Binary110101011000011101001010001111010100110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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