Html Css Color HEX #6F596D Salt Box

📋 copy color: '#6F596D'

red 111 ◦ green 89 ◦ blue 109

#6F596D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #6F596D

Tints of Salt Box #6F596D

RGB

 RED value IS 111 (43.75% from 255) = 35.92%

 GREEN value IS 89 (35.16% from 255) = 28.8%

 BLUE value IS 109 (42.97% from 255) = 35.28%

R = 35.92%
G = 28.8%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F596D (or 0x6F596D) is known color: Salt Box. HEX triplet: 6F, 59 and 6D. RGB value is (111,89,109). Sum of RGB (Red+Green+Blue) = 111+89+109=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F596D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F596D is #90A692. Grayscale: #616161. Windows color (decimal): -9479827 or 7166319. OLE color: 7166319.

HSL color Cylindrical-coordinate representation of color #6F596D: hue angle of 305.45º degrees, saturation: 0.11, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6F596D is Cyan = 0, Magento = 0.20, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 111 89 109 -
CMYK 0 0.20 0.02 0.56
HSL 305.45º 0.11% 0.39% -
HSV(B) 305.45º 0.2% 0.44% -
XYZ 12.89 11.63 16.03 -
YUV 97.86 134.29 137.37 -
System Red Green Blue C M Y K H S L
Decimal 111 89 109 0 0.20 0.02 0.56 305.45 0.11 0.39
Hex 6F 59 6D 0 14 2 38 131 B 27
Octal 157 131 155 0 24 2 70 461 13 47
Binary 1101111 1011001 1101101 0 10100 10 111000 100110001 1011 100111

Color Harmonies of #6F596D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F596D

Black with #6F596D

Text Example


Text Example

White with #6F596D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,89,109); }

 H1.HeaderClassName
 {
   color: #6F596D;
 }
 .AnyTagClassName
 {
   color: #6F596D;
 }
</style>

background-color css

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

 a { background-color: rgb(111,89,109); }

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

border-color css

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

 span { border-color: rgb(111,89,109); }

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