#6A5F6A

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

Shades of Salt Box #6A5F6A

Tints of Salt Box #6A5F6A

Color information

#6A5F6A (or 0x6A5F6A) is unknown color: approx Salt Box. HEX triplet: 6A, 5F and 6A. RGB value is (106,95,106). Sum of RGB (Red+Green+Blue) = 106+95+106=307 (40% of max value = 765). Red value is 106 (41.80% from 255 or 34.53% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 106 - color contains mainly: red, blue. Hex color #6A5F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5F6A is #95A095. Grayscale: #636363. Windows color (decimal): -9805974 or 6971242. OLE color: 6971242.

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

Color convert

RGB10695106-
CMYK00.1000.58
HSL300º5.47%39.41%-
HSV(B)300º10.38%41.57%-
XYZ12.6412.2915.34-
YUV99.54131.64132.61-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 34.53%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=34.53%
G=30.94%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1069510600.1000.583005.4739.41
Hex6A5F6A0A03A12c527
Octal152137152012072454547
Binary110101010111111101010010100111010100101100101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,95,106); }

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

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

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

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

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

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

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