Html Css Color HEX #6F556D Salt Box

📋 copy color: '#6F556D'

red 111 ◦ green 85 ◦ blue 109

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

Shades of Salt Box #6F556D

Tints of Salt Box #6F556D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.87%

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

R = 36.39%
G = 27.87%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F556D (or 0x6F556D) is known color: Salt Box. HEX triplet: 6F, 55 and 6D. RGB value is (111,85,109). Sum of RGB (Red+Green+Blue) = 111+85+109=305 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.39% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 111 - color contains mainly: red. Hex color #6F556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F556D is #90AA92. Grayscale: #5F5F5F. Windows color (decimal): -9480851 or 7165295. OLE color: 7165295.

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

Color convert

RGB 111 85 109 -
CMYK 0 0.23 0.02 0.56
HSL 304.62º 0.13% 0.38% -
HSV(B) 304.62º 0.23% 0.44% -
XYZ 12.56 10.98 15.93 -
YUV 95.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 111 85 109 0 0.23 0.02 0.56 304.62 0.13 0.38
Hex 6F 55 6D 0 17 2 38 131 D 26
Octal 157 125 155 0 27 2 70 461 15 46
Binary 1101111 1010101 1101101 0 10111 10 111000 100110001 1101 100110

Color Harmonies of #6F556D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F556D

Black with #6F556D

Text Example


Text Example

White with #6F556D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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