Html Css Color HEX #6F626D Salt Box

📋 copy color: '#6F626D'

red 111 ◦ green 98 ◦ blue 109

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

Shades of Salt Box #6F626D

Tints of Salt Box #6F626D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 30.82%

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

R = 34.91%
G = 30.82%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#6F626D (or 0x6F626D) is known color: Salt Box. HEX triplet: 6F, 62 and 6D. RGB value is (111,98,109). Sum of RGB (Red+Green+Blue) = 111+98+109=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 109 (42.97% from 255 or 34.28% from 318); Max value from RGB is 111 - color contains mainly: red. Hex color #6F626D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F626D is #909D92. Grayscale: #676767. Windows color (decimal): -9477523 or 7168623. OLE color: 7168623.

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

Color convert

RGB 111 98 109 -
CMYK 0 0.12 0.02 0.56
HSL 309.23º 0.06% 0.41% -
HSV(B) 309.23º 0.12% 0.44% -
XYZ 13.68 13.22 16.3 -
YUV 103.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 111 98 109 0 0.12 0.02 0.56 309.23 0.06 0.41
Hex 6F 62 6D 0 C 2 38 135 6 29
Octal 157 142 155 0 14 2 70 465 6 51
Binary 1101111 1100010 1101101 0 1100 10 111000 100110101 110 101001

Color Harmonies of #6F626D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F626D

Black with #6F626D

Text Example


Text Example

White with #6F626D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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