#6B5064

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

Shades of Salt Box #6B5064

Tints of Salt Box #6B5064

Color information

#6B5064 (or 0x6B5064) is unknown color: approx Salt Box. HEX triplet: 6B, 50 and 64. RGB value is (107,80,100). Sum of RGB (Red+Green+Blue) = 107+80+100=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 100 (39.45% from 255 or 34.84% from 287); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5064 is #94AF9B. Grayscale: #5A5A5A. Windows color (decimal): -9744284 or 6574187. OLE color: 6574187.

HSL color Cylindrical-coordinate representation of color #6B5064: hue angle of 315.56º degrees, saturation: 0.14, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6B5064 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB10780100-
CMYK00.250.070.58
HSL315.56º14.44%36.67%-
HSV(B)315.56º25.23%41.96%-
XYZ11.239.7813.35-
YUV90.35133.45139.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 37.28%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 100 (39.45% from 255) = 34.84%
R=37.28%
G=27.87%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1078010000.250.070.58315.5614.4436.67
Hex6B506401973A13ce25
Octal1531201440317724741645
Binary1101011101000011001000110011111110101001111001110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B5064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,80,100); }

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

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

 a { background-color: rgb(107,80,100); }

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

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

 span { border-color: rgb(107,80,100); }

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