#6B5768

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

Shades of Salt Box #6B5768

Tints of Salt Box #6B5768

Color information

#6B5768 (or 0x6B5768) is unknown color: approx Salt Box. HEX triplet: 6B, 57 and 68. RGB value is (107,87,104). Sum of RGB (Red+Green+Blue) = 107+87+104=298 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.91% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5768 is #94A897. Grayscale: #5E5E5E. Windows color (decimal): -9742488 or 6838123. OLE color: 6838123.

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

Color convert

RGB10787104-
CMYK00.190.030.58
HSL309º10.31%38.04%-
HSV(B)309º18.69%41.96%-
XYZ11.9710.9414.58-
YUV94.92133.13136.62-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.91%
GREEN value IS 87 (34.38% from 255) = 29.19%
BLUE value IS 104 (41.02% from 255) = 34.90%
R=35.91%
G=29.19%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1078710400.190.030.5830910.3138.04
Hex6B576801333A135a26
Octal1531271500233724651246
Binary110101110101111101000010011111110101001101011010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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