#6A6769

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

Shades of Salt Box #6A6769

Tints of Salt Box #6A6769

Color information

#6A6769 (or 0x6A6769) is unknown color: approx Salt Box. HEX triplet: 6A, 67 and 69. RGB value is (106,103,105). Sum of RGB (Red+Green+Blue) = 106+103+105=314 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.76% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6769 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6769 is #959896. Grayscale: #686868. Windows color (decimal): -9803927 or 6907754. OLE color: 6907754.

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

Color convert

RGB106103105-
CMYK00.030.010.58
HSL320º1.44%40.98%-
HSV(B)320º2.83%41.57%-
XYZ13.3413.7815.32-
YUV104.12128.49129.34-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 33.76%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=33.76%
G=32.80%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10610310500.030.010.583201.4440.98
Hex6A67690313A140129
Octal15214715103172500151
Binary11010101100111110100101111110101010000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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