#6B586A

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

Shades of Salt Box #6B586A

Tints of Salt Box #6B586A

Color information

#6B586A (or 0x6B586A) is unknown color: approx Salt Box. HEX triplet: 6B, 58 and 6A. RGB value is (107,88,106). Sum of RGB (Red+Green+Blue) = 107+88+106=301 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.55% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 106 (41.80% from 255 or 35.22% from 301); Max value from RGB is 107 - color contains mainly: red. Hex color #6B586A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B586A is #94A795. Grayscale: #5F5F5F. Windows color (decimal): -9742230 or 6969451. OLE color: 6969451.

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

Color convert

RGB10788106-
CMYK00.180.010.58
HSL303.16º9.74%38.24%-
HSV(B)303.16º17.76%41.96%-
XYZ12.1511.1515.15-
YUV95.73133.79136.04-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.55%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 106 (41.80% from 255) = 35.22%
R=35.55%
G=29.24%
B=35.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1078810600.180.010.58303.169.7438.24
Hex6B586A01213A12fa26
Octal1531301520221724571246
Binary11010111011000110101001001011110101001011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B586A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,88,106); }

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

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

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

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

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

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

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