Html Css Color HEX #6D7D70 Blue Smoke

📋 copy color: '#6D7D70'

red 109 ◦ green 125 ◦ blue 112

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

Shades of Blue Smoke #6D7D70

Tints of Blue Smoke #6D7D70

RGB

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

 GREEN value IS 125 (49.22% from 255) = 36.13%

 BLUE value IS 112 (44.14% from 255) = 32.37%

R = 31.5%
G = 36.13%
B = 32.37%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#6D7D70 (or 0x6D7D70) is known color: Blue Smoke. HEX triplet: 6D, 7D and 70. RGB value is (109,125,112). Sum of RGB (Red+Green+Blue) = 109+125+112=346 (45% of max value = 765). Red value is 109 (42.97% from 255 or 31.50% from 346); Green value is 125 (49.22% from 255 or 36.13% from 346); Blue value is 112 (44.14% from 255 or 32.37% from 346); Max value from RGB is 125 - color contains mainly: green. Hex color #6D7D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D7D70 is #92828F. Grayscale: #767676. Windows color (decimal): -9601680 or 7372141. OLE color: 7372141.

HSL color Cylindrical-coordinate representation of color #6D7D70: hue angle of 131.25º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6D7D70 is Cyan = 0.13, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.51.

Color convert

RGB 109 125 112 -
CMYK 0.13 0 0.10 0.51
HSL 131.25º 0.07% 0.46% -
HSV(B) 131.25º 0.13% 0.49% -
XYZ 16.56 19.09 18.14 -
YUV 118.73 124.2 121.06 -
System Red Green Blue C M Y K H S L
Decimal 109 125 112 0.13 0 0.10 0.51 131.25 0.07 0.46
Hex 6D 7D 70 D 0 A 33 83 7 2E
Octal 155 175 160 15 0 12 63 203 7 56
Binary 1101101 1111101 1110000 1101 0 1010 110011 10000011 111 101110

Color Harmonies of #6D7D70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7D70

Black with #6D7D70

Text Example


Text Example

White with #6D7D70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,125,112); }

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

background-color css

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

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

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

border-color css

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

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

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