#6C556A

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

Shades of Salt Box #6C556A

Tints of Salt Box #6C556A

Color information

#6C556A (or 0x6C556A) is unknown color: approx Salt Box. HEX triplet: 6C, 55 and 6A. RGB value is (108,85,106). Sum of RGB (Red+Green+Blue) = 108+85+106=299 (39% of max value = 765). Red value is 108 (42.58% from 255 or 36.12% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 106 (41.80% from 255 or 35.45% from 299); Max value from RGB is 108 - color contains mainly: red. Hex color #6C556A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C556A is #93AA95. Grayscale: #5E5E5E. Windows color (decimal): -9677462 or 6968684. OLE color: 6968684.

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

Color convert

RGB10885106-
CMYK00.210.020.58
HSL305.22º11.92%37.84%-
HSV(B)305.22º21.3%42.35%-
XYZ12.0310.7315.07-
YUV94.27134.62137.79-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 36.12%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 106 (41.80% from 255) = 35.45%
R=36.12%
G=28.43%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1088510600.210.020.58305.2211.9237.84
Hex6C556A01523A131c26
Octal1541251520252724611446
Binary110110010101011101010010101101110101001100011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C556A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,85,106); }

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

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

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

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

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

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

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