Html Css Color HEX #6D646B Salt Box

📋 copy color: '#6D646B'

red 109 ◦ green 100 ◦ blue 107

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

Shades of Salt Box #6D646B

Tints of Salt Box #6D646B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 31.65%

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 34.49%
G = 31.65%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.02

 K value IS 0.57

RGB Variations

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

Color information

#6D646B (or 0x6D646B) is known color: Salt Box. HEX triplet: 6D, 64 and 6B. RGB value is (109,100,107). Sum of RGB (Red+Green+Blue) = 109+100+107=316 (41% of max value = 765). Red value is 109 (42.97% from 255 or 34.49% from 316); Green value is 100 (39.45% from 255 or 31.65% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 109 - color contains mainly: red. Hex color #6D646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D646B is #929B94. Grayscale: #676767. Windows color (decimal): -9608085 or 7038061. OLE color: 7038061.

HSL color Cylindrical-coordinate representation of color #6D646B: hue angle of 313.33º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D646B is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 100 107 -
CMYK 0 0.08 0.02 0.57
HSL 313.33º 0.04% 0.41% -
HSV(B) 313.33º 0.08% 0.43% -
XYZ 13.52 13.43 15.79 -
YUV 103.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 109 100 107 0 0.08 0.02 0.57 313.33 0.04 0.41
Hex 6D 64 6B 0 8 2 39 139 4 29
Octal 155 144 153 0 10 2 71 471 4 51
Binary 1101101 1100100 1101011 0 1000 10 111001 100111001 100 101001

Color Harmonies of #6D646B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D646B

Black with #6D646B

Text Example


Text Example

White with #6D646B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,100,107); }

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

background-color css

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

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

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

border-color css

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

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

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