#6B6A6B

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

Shades of Salt Box #6B6A6B

Tints of Salt Box #6B6A6B

Color information

#6B6A6B (or 0x6B6A6B) is unknown color: approx Salt Box. HEX triplet: 6B, 6A and 6B. RGB value is (107,106,107). Sum of RGB (Red+Green+Blue) = 107+106+107=320 (42% of max value = 765). Red value is 107 (42.19% from 255 or 33.44% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 107 - color contains mainly: red, blue. Hex color #6B6A6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6A6B is #949594. Grayscale: #6A6A6A. Windows color (decimal): -9737621 or 7039595. OLE color: 7039595.

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

Color convert

RGB107106107-
CMYK00.0100.58
HSL300º0.47%41.76%-
HSV(B)300º0.93%41.96%-
XYZ13.8714.515.98-
YUV106.41128.33128.42-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 33.44%
GREEN value IS 106 (41.80% from 255) = 33.12%
BLUE value IS 107 (42.19% from 255) = 33.44%
R=33.44%
G=33.12%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10710610700.0100.583000.4741.76
Hex6B6A6B0103A12c02a
Octal15315215301072454052
Binary1101011110101011010110101110101001011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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