Html Css Color HEX #6F586D Salt Box

📋 copy color: '#6F586D'

red 111 ◦ green 88 ◦ blue 109

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

Shades of Salt Box #6F586D

Tints of Salt Box #6F586D

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.57%

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

R = 36.04%
G = 28.57%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F586D (or 0x6F586D) is known color: Salt Box. HEX triplet: 6F, 58 and 6D. RGB value is (111,88,109). Sum of RGB (Red+Green+Blue) = 111+88+109=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 88 (34.77% from 255 or 28.57% from 308); Blue value is 109 (42.97% from 255 or 35.39% from 308); Max value from RGB is 111 - color contains mainly: red. Hex color #6F586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F586D is #90A792. Grayscale: #616161. Windows color (decimal): -9480083 or 7166063. OLE color: 7166063.

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

Color convert

RGB 111 88 109 -
CMYK 0 0.21 0.02 0.56
HSL 305.22º 0.12% 0.39% -
HSV(B) 305.22º 0.21% 0.44% -
XYZ 12.81 11.46 16.01 -
YUV 97.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 111 88 109 0 0.21 0.02 0.56 305.22 0.12 0.39
Hex 6F 58 6D 0 15 2 38 131 C 27
Octal 157 130 155 0 25 2 70 461 14 47
Binary 1101111 1011000 1101101 0 10101 10 111000 100110001 1100 100111

Color Harmonies of #6F586D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F586D

Black with #6F586D

Text Example


Text Example

White with #6F586D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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