#6F5A6C

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

Shades of Salt Box #6F5A6C

Tints of Salt Box #6F5A6C

Color information

#6F5A6C (or 0x6F5A6C) is unknown color: approx Salt Box. HEX triplet: 6F, 5A and 6C. RGB value is (111,90,108). Sum of RGB (Red+Green+Blue) = 111+90+108=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5A6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5A6C is #90A593. Grayscale: #626262. Windows color (decimal): -9479572 or 7101039. OLE color: 7101039.

HSL color Cylindrical-coordinate representation of color #6F5A6C: hue angle of 308.57º 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 #6F5A6C is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.56.

Color convert

RGB11190108-
CMYK00.190.030.56
HSL308.57º10.45%39.41%-
HSV(B)308.57º18.92%43.53%-
XYZ12.9211.7715.78-
YUV98.33133.46137.04-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 35.92%
GREEN value IS 90 (35.55% from 255) = 29.13%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=35.92%
G=29.13%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1119010800.190.030.56308.5710.4539.41
Hex6F5A6C013338135a27
Octal1571321540233704651247
Binary110111110110101101100010011111110001001101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F5A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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