Html Css Color HEX #6D776E Blue Smoke

📋 copy color: '#6D776E'

red 109 ◦ green 119 ◦ blue 110

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

Shades of Blue Smoke #6D776E

Tints of Blue Smoke #6D776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.21%

 BLUE value IS 110 (43.36% from 255) = 32.54%

R = 32.25%
G = 35.21%
B = 32.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#6D776E (or 0x6D776E) is known color: Blue Smoke. HEX triplet: 6D, 77 and 6E. RGB value is (109,119,110). Sum of RGB (Red+Green+Blue) = 109+119+110=338 (44% of max value = 765). Red value is 109 (42.97% from 255 or 32.25% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 110 (43.36% from 255 or 32.54% from 338); Max value from RGB is 119 - color contains mainly: green. Hex color #6D776E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D776E is #928891. Grayscale: #737373. Windows color (decimal): -9603218 or 7239533. OLE color: 7239533.

HSL color Cylindrical-coordinate representation of color #6D776E: hue angle of 126º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6D776E is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 109 119 110 -
CMYK 0.08 0 0.08 0.53
HSL 126º 0.04% 0.45% -
HSV(B) 126º 0.08% 0.47% -
XYZ 15.72 17.57 17.31 -
YUV 114.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 109 119 110 0.08 0 0.08 0.53 126 0.04 0.45
Hex 6D 77 6E 8 0 8 35 7E 4 2D
Octal 155 167 156 10 0 10 65 176 4 55
Binary 1101101 1110111 1101110 1000 0 1000 110101 1111110 100 101101

Color Harmonies of #6D776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D776E

Black with #6D776E

Text Example


Text Example

White with #6D776E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,119,110); }

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

background-color css

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

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

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

border-color css

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

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

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