#6F5B6A

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

Shades of Salt Box #6F5B6A

Tints of Salt Box #6F5B6A

Color information

#6F5B6A (or 0x6F5B6A) is unknown color: approx Salt Box. HEX triplet: 6F, 5B and 6A. RGB value is (111,91,106). Sum of RGB (Red+Green+Blue) = 111+91+106=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 91 (35.94% from 255 or 29.55% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B6A is #90A495. Grayscale: #626262. Windows color (decimal): -9479318 or 6970223. OLE color: 6970223.

HSL color Cylindrical-coordinate representation of color #6F5B6A: hue angle of 315º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F5B6A is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB11191106-
CMYK00.180.050.56
HSL315º9.9%39.61%-
HSV(B)315º18.02%43.53%-
XYZ12.911.915.25-
YUV98.69132.13136.78-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.04%
GREEN value IS 91 (35.94% from 255) = 29.55%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=36.04%
G=29.55%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119110600.180.050.563159.939.61
Hex6F5B6A01253813ba28
Octal1571331520225704731250
Binary1101111101101111010100100101011110001001110111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,91,106); }

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

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

 a { background-color: rgb(111,91,106); }

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

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

 span { border-color: rgb(111,91,106); }

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