#6A5B69

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

Shades of Salt Box #6A5B69

Tints of Salt Box #6A5B69

Color information

#6A5B69 (or 0x6A5B69) is unknown color: approx Salt Box. HEX triplet: 6A, 5B and 69. RGB value is (106,91,105). Sum of RGB (Red+Green+Blue) = 106+91+105=302 (40% of max value = 765). Red value is 106 (41.80% from 255 or 35.10% from 302); Green value is 91 (35.94% from 255 or 30.13% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5B69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5B69 is #95A496. Grayscale: #616161. Windows color (decimal): -9806999 or 6904682. OLE color: 6904682.

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

Color convert

RGB10691105-
CMYK00.140.010.58
HSL304º7.61%38.63%-
HSV(B)304º14.15%41.57%-
XYZ12.2311.5714.95-
YUV97.08132.47134.36-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.10%
GREEN value IS 91 (35.94% from 255) = 30.13%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=35.10%
G=30.13%
B=34.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1069110500.140.010.583047.6138.63
Hex6A5B690E13A130827
Octal1521331510161724601047
Binary1101010101101111010010111011110101001100001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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