#6B5E6A

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

Shades of Salt Box #6B5E6A

Tints of Salt Box #6B5E6A

Color information

#6B5E6A (or 0x6B5E6A) is unknown color: approx Salt Box. HEX triplet: 6B, 5E and 6A. RGB value is (107,94,106). Sum of RGB (Red+Green+Blue) = 107+94+106=307 (40% of max value = 765). Red value is 107 (42.19% from 255 or 34.85% from 307); Green value is 94 (37.11% from 255 or 30.62% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5E6A is #94A195. Grayscale: #636363. Windows color (decimal): -9740694 or 6970987. OLE color: 6970987.

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

Color convert

RGB10794106-
CMYK00.120.010.58
HSL304.62º6.47%39.41%-
HSV(B)304.62º12.15%41.96%-
XYZ12.6712.1715.32-
YUV99.26131.81133.52-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.85%
GREEN value IS 94 (37.11% from 255) = 30.62%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=34.85%
G=30.62%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.01
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1079410600.120.010.58304.626.4739.41
Hex6B5E6A0C13A131627
Octal153136152014172461647
Binary110101110111101101010011001111010100110001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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