#6F5A6A

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

Shades of Salt Box #6F5A6A

Tints of Salt Box #6F5A6A

Color information

#6F5A6A (or 0x6F5A6A) is unknown color: approx Salt Box. HEX triplet: 6F, 5A and 6A. RGB value is (111,90,106). Sum of RGB (Red+Green+Blue) = 111+90+106=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A6A is #90A595. Grayscale: #626262. Windows color (decimal): -9479574 or 6969967. OLE color: 6969967.

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

Color convert

RGB11190106-
CMYK00.190.050.56
HSL314.29º10.45%39.41%-
HSV(B)314.29º18.92%43.53%-
XYZ12.8111.7315.22-
YUV98.1132.46137.2-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 90 (35.55% from 255) = 29.32%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=36.16%
G=29.32%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119010600.190.050.56314.2910.4539.41
Hex6F5A6A01353813aa27
Octal1571321520235704721247
Binary1101111101101011010100100111011110001001110101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5A6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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