#6C666B

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

Shades of Salt Box #6C666B

Tints of Salt Box #6C666B

Color information

#6C666B (or 0x6C666B) is unknown color: approx Salt Box. HEX triplet: 6C, 66 and 6B. RGB value is (108,102,107). Sum of RGB (Red+Green+Blue) = 108+102+107=317 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.07% from 317); Green value is 102 (40.23% from 255 or 32.18% from 317); Blue value is 107 (42.19% from 255 or 33.75% from 317); Max value from RGB is 108 - color contains mainly: red. Hex color #6C666B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C666B is #939994. Grayscale: #686868. Windows color (decimal): -9673109 or 7038572. OLE color: 7038572.

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

Color convert

RGB108102107-
CMYK00.060.010.58
HSL310º2.86%41.18%-
HSV(B)310º5.56%42.35%-
XYZ13.5913.7515.85-
YUV104.36129.49130.59-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 34.07%
GREEN value IS 102 (40.23% from 255) = 32.18%
BLUE value IS 107 (42.19% from 255) = 33.75%
R=34.07%
G=32.18%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal10810210700.060.010.583102.8641.18
Hex6C666B0613A136329
Octal15414615306172466351
Binary1101100110011011010110110111101010011011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C666B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,102,107); }

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

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

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

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

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

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

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