Html Css Color HEX #6F586F Salt Box

📋 copy color: '#6F586F'

red 111 ◦ green 88 ◦ blue 111

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

Shades of Salt Box #6F586F

Tints of Salt Box #6F586F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.81%

R = 35.81%
G = 28.39%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F586F (or 0x6F586F) is known color: Salt Box. HEX triplet: 6F, 58 and 6F. RGB value is (111,88,111). Sum of RGB (Red+Green+Blue) = 111+88+111=310 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.81% from 310); Green value is 88 (34.77% from 255 or 28.39% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F586F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F586F is #90A790. Grayscale: #616161. Windows color (decimal): -9480081 or 7297135. OLE color: 7297135.

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

Color convert

RGB 111 88 111 -
CMYK 0 0.21 0 0.56
HSL 300º 0.12% 0.39% -
HSV(B) 300º 0.21% 0.44% -
XYZ 12.91 11.51 16.58 -
YUV 97.5 135.62 137.63 -
System Red Green Blue C M Y K H S L
Decimal 111 88 111 0 0.21 0 0.56 300 0.12 0.39
Hex 6F 58 6F 0 15 0 38 12C C 27
Octal 157 130 157 0 25 0 70 454 14 47
Binary 1101111 1011000 1101111 0 10101 0 111000 100101100 1100 100111

Color Harmonies of #6F586F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F586F

Black with #6F586F

Text Example


Text Example

White with #6F586F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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