#6D5668

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

Shades of Salt Box #6D5668

Tints of Salt Box #6D5668

Color information

#6D5668 (or 0x6D5668) is unknown color: approx Salt Box. HEX triplet: 6D, 56 and 68. RGB value is (109,86,104). Sum of RGB (Red+Green+Blue) = 109+86+104=299 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.45% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5668 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5668 is #92A997. Grayscale: #5E5E5E. Windows color (decimal): -9611672 or 6837869. OLE color: 6837869.

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

Color convert

RGB10986104-
CMYK00.210.050.57
HSL313.04º11.79%38.24%-
HSV(B)313.04º21.1%42.75%-
XYZ12.1310.9114.56-
YUV94.93133.12138.04-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.45%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 104 (41.02% from 255) = 34.78%
R=36.45%
G=28.76%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098610400.210.050.57313.0411.7938.24
Hex6D5668015539139c26
Octal1551261500255714711446
Binary1101101101011011010000101011011110011001110011100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,86,104); }

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

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

 a { background-color: rgb(109,86,104); }

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

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

 span { border-color: rgb(109,86,104); }

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