#6A6167

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

Shades of Salt Box #6A6167

Tints of Salt Box #6A6167

Color information

#6A6167 (or 0x6A6167) is unknown color: approx Salt Box. HEX triplet: 6A, 61 and 67. RGB value is (106,97,103). Sum of RGB (Red+Green+Blue) = 106+97+103=306 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.64% from 306); Green value is 97 (38.28% from 255 or 31.70% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6167 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6167 is #959E98. Grayscale: #646464. Windows color (decimal): -9805465 or 6775146. OLE color: 6775146.

HSL color Cylindrical-coordinate representation of color #6A6167: hue angle of 320º 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 #6A6167 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.58.

Color convert

RGB10697103-
CMYK00.080.030.58
HSL320º4.43%39.8%-
HSV(B)320º8.49%41.57%-
XYZ12.6712.5914.6-
YUV100.38129.48132.01-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.64%
GREEN value IS 97 (38.28% from 255) = 31.70%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=34.64%
G=31.70%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1069710300.080.030.583204.4339.8
Hex6A61670833A140428
Octal152141147010372500450
Binary1101010110000111001110100011111010101000000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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