Html Css Color HEX #6D8473 Blue Smoke

📋 copy color: '#6D8473'

red 109 ◦ green 132 ◦ blue 115

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

Shades of Blue Smoke #6D8473

Tints of Blue Smoke #6D8473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.3%

R = 30.62%
G = 37.08%
B = 32.3%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.13

 K value IS 0.48

RGB Variations

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

Color information

#6D8473 (or 0x6D8473) is known color: Blue Smoke. HEX triplet: 6D, 84 and 73. RGB value is (109,132,115). Sum of RGB (Red+Green+Blue) = 109+132+115=356 (47% of max value = 765). Red value is 109 (42.97% from 255 or 30.62% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 115 (45.31% from 255 or 32.30% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #6D8473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6D8473 is #927B8C. Grayscale: #7B7B7B. Windows color (decimal): -9599885 or 7570541. OLE color: 7570541.

HSL color Cylindrical-coordinate representation of color #6D8473: hue angle of 135.65º 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 #6D8473 is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.48.

Color convert

RGB 109 132 115 -
CMYK 0.17 0 0.13 0.48
HSL 135.65º 0.1% 0.47% -
HSV(B) 135.65º 0.17% 0.52% -
XYZ 17.65 20.99 19.34 -
YUV 123.19 123.38 117.88 -
System Red Green Blue C M Y K H S L
Decimal 109 132 115 0.17 0 0.13 0.48 135.65 0.1 0.47
Hex 6D 84 73 11 0 D 30 88 A 2F
Octal 155 204 163 21 0 15 60 210 12 57
Binary 1101101 10000100 1110011 10001 0 1101 110000 10001000 1010 101111

Color Harmonies of #6D8473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8473

Black with #6D8473

Text Example


Text Example

White with #6D8473

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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