Html Css Color HEX #6F586C Salt Box

📋 copy color: '#6F586C'

red 111 ◦ green 88 ◦ blue 108

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

Shades of Salt Box #6F586C

Tints of Salt Box #6F586C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.18%

R = 36.16%
G = 28.66%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#6F586C (or 0x6F586C) is known color: Salt Box. HEX triplet: 6F, 58 and 6C. RGB value is (111,88,108). Sum of RGB (Red+Green+Blue) = 111+88+108=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 108 (42.58% from 255 or 35.18% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F586C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F586C is #90A793. Grayscale: #616161. Windows color (decimal): -9480084 or 7100527. OLE color: 7100527.

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

Color convert

RGB 111 88 108 -
CMYK 0 0.21 0.03 0.56
HSL 307.83º 0.12% 0.39% -
HSV(B) 307.83º 0.21% 0.44% -
XYZ 12.75 11.44 15.72 -
YUV 97.16 134.12 137.87 -
System Red Green Blue C M Y K H S L
Decimal 111 88 108 0 0.21 0.03 0.56 307.83 0.12 0.39
Hex 6F 58 6C 0 15 3 38 134 C 27
Octal 157 130 154 0 25 3 70 464 14 47
Binary 1101111 1011000 1101100 0 10101 11 111000 100110100 1100 100111

Color Harmonies of #6F586C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F586C

Black with #6F586C

Text Example


Text Example

White with #6F586C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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