Html Css Color HEX #6D606D Salt Box

📋 copy color: '#6D606D'

red 109 ◦ green 96 ◦ blue 109

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

Shades of Salt Box #6D606D

Tints of Salt Box #6D606D

RGB

 RED value IS 109 (42.97% from 255) = 34.71%

 GREEN value IS 96 (37.89% from 255) = 30.57%

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

R = 34.71%
G = 30.57%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#6D606D (or 0x6D606D) is known color: Salt Box. HEX triplet: 6D, 60 and 6D. RGB value is (109,96,109). Sum of RGB (Red+Green+Blue) = 109+96+109=314 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.71% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 109 - color contains mainly: red, blue. Hex color #6D606D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D606D is #929F92. Grayscale: #656565. Windows color (decimal): -9609107 or 7168109. OLE color: 7168109.

HSL color Cylindrical-coordinate representation of color #6D606D: hue angle of 300º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6D606D is Cyan = 0, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 96 109 -
CMYK 0 0.12 0 0.57
HSL 300º 0.06% 0.4% -
HSV(B) 300º 0.12% 0.43% -
XYZ 13.25 12.72 16.23 -
YUV 101.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 109 96 109 0 0.12 0 0.57 300 0.06 0.4
Hex 6D 60 6D 0 C 0 39 12C 6 28
Octal 155 140 155 0 14 0 71 454 6 50
Binary 1101101 1100000 1101101 0 1100 0 111001 100101100 110 101000

Color Harmonies of #6D606D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D606D

Black with #6D606D

Text Example


Text Example

White with #6D606D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,96,109); }

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

background-color css

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

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

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

border-color css

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

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

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