#6B5968

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

Shades of Salt Box #6B5968

Tints of Salt Box #6B5968

Color information

#6B5968 (or 0x6B5968) is unknown color: approx Salt Box. HEX triplet: 6B, 59 and 68. RGB value is (107,89,104). Sum of RGB (Red+Green+Blue) = 107+89+104=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5968 is #94A697. Grayscale: #606060. Windows color (decimal): -9741976 or 6838635. OLE color: 6838635.

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

Color convert

RGB10789104-
CMYK00.170.030.58
HSL310º9.18%38.43%-
HSV(B)310º16.82%41.96%-
XYZ12.1311.2714.63-
YUV96.09132.46135.78-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.67%
GREEN value IS 89 (35.16% from 255) = 29.67%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=35.67%
G=29.67%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1078910400.170.030.583109.1838.43
Hex6B596801133A136926
Octal1531311500213724661146
Binary110101110110011101000010001111110101001101101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,89,104); }

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

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

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

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

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

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

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