Html Css Color HEX #6D8474 Blue Smoke

📋 copy color: '#6D8474'

red 109 ◦ green 132 ◦ blue 116

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

Shades of Blue Smoke #6D8474

Tints of Blue Smoke #6D8474

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.97%

 BLUE value IS 116 (45.7% from 255) = 32.49%

R = 30.53%
G = 36.97%
B = 32.49%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#6D8474 (or 0x6D8474) is known color: Blue Smoke. HEX triplet: 6D, 84 and 74. RGB value is (109,132,116). Sum of RGB (Red+Green+Blue) = 109+132+116=357 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.53% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 132 - color contains mainly: green. Hex color #6D8474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8474 is #927B8B. Grayscale: #7B7B7B. Windows color (decimal): -9599884 or 7636077. OLE color: 7636077.

HSL color Cylindrical-coordinate representation of color #6D8474: hue angle of 138.26º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D8474 is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 132 116 -
CMYK 0.17 0 0.12 0.48
HSL 138.26º 0.1% 0.47% -
HSV(B) 138.26º 0.17% 0.52% -
XYZ 17.71 21.01 19.65 -
YUV 123.3 123.88 117.8 -
System Red Green Blue C M Y K H S L
Decimal 109 132 116 0.17 0 0.12 0.48 138.26 0.1 0.47
Hex 6D 84 74 11 0 C 30 8A A 2F
Octal 155 204 164 21 0 14 60 212 12 57
Binary 1101101 10000100 1110100 10001 0 1100 110000 10001010 1010 101111

Color Harmonies of #6D8474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8474

Black with #6D8474

Text Example


Text Example

White with #6D8474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,132,116); }

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

background-color css

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

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

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

border-color css

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

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

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