#6A5368

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

Shades of Salt Box #6A5368

Tints of Salt Box #6A5368

Color information

#6A5368 (or 0x6A5368) is unknown color: approx Salt Box. HEX triplet: 6A, 53 and 68. RGB value is (106,83,104). Sum of RGB (Red+Green+Blue) = 106+83+104=293 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.18% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 104 (41.02% from 255 or 35.49% from 293); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5368 is #95AC97. Grayscale: #5C5C5C. Windows color (decimal): -9809048 or 6837098. OLE color: 6837098.

HSL color Cylindrical-coordinate representation of color #6A5368: hue angle of 305.22º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6A5368 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB10683104-
CMYK00.220.020.58
HSL305.22º12.17%37.06%-
HSV(B)305.22º21.7%41.57%-
XYZ11.5410.2514.47-
YUV92.27134.62137.79-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.18%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 104 (41.02% from 255) = 35.49%
R=36.18%
G=28.33%
B=35.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1068310400.220.020.58305.2212.1737.06
Hex6A536801623A131c25
Octal1521231500262724611445
Binary110101010100111101000010110101110101001100011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,83,104); }

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

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

 a { background-color: rgb(106,83,104); }

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

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

 span { border-color: rgb(106,83,104); }

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