Html Css Color HEX #6F556F Salt Box

📋 copy color: '#6F556F'

red 111 ◦ green 85 ◦ blue 111

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

Shades of Salt Box #6F556F

Tints of Salt Box #6F556F

RGB

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

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

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

R = 36.16%
G = 27.69%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#6F556F (or 0x6F556F) is known color: Salt Box. HEX triplet: 6F, 55 and 6F. RGB value is (111,85,111). Sum of RGB (Red+Green+Blue) = 111+85+111=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 111 (43.75% from 255 or 36.16% from 307); Max value from RGB is 111 - color contains mainly: red, blue. Hex color #6F556F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F556F is #90AA90. Grayscale: #5F5F5F. Windows color (decimal): -9480849 or 7296367. OLE color: 7296367.

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

Color convert

RGB 111 85 111 -
CMYK 0 0.23 0 0.56
HSL 300º 0.13% 0.38% -
HSV(B) 300º 0.23% 0.44% -
XYZ 12.67 11.02 16.5 -
YUV 95.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 111 85 111 0 0.23 0 0.56 300 0.13 0.38
Hex 6F 55 6F 0 17 0 38 12C D 26
Octal 157 125 157 0 27 0 70 454 15 46
Binary 1101111 1010101 1101111 0 10111 0 111000 100101100 1101 100110

Color Harmonies of #6F556F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F556F

Black with #6F556F

Text Example


Text Example

White with #6F556F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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