Html Css Color HEX #6E8976 Blue Smoke

📋 copy color: '#6E8976'

red 110 ◦ green 137 ◦ blue 118

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

Shades of Blue Smoke #6E8976

Tints of Blue Smoke #6E8976

RGB

 RED value IS 110 (43.36% from 255) = 30.14%

 GREEN value IS 137 (53.91% from 255) = 37.53%

 BLUE value IS 118 (46.48% from 255) = 32.33%

R = 30.14%
G = 37.53%
B = 32.33%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#6E8976 (or 0x6E8976) is known color: Blue Smoke. HEX triplet: 6E, 89 and 76. RGB value is (110,137,118). Sum of RGB (Red+Green+Blue) = 110+137+118=365 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.14% from 365); Green value is 137 (53.91% from 255 or 37.53% from 365); Blue value is 118 (46.48% from 255 or 32.33% from 365); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8976 is #917689. Grayscale: #7E7E7E. Windows color (decimal): -9533066 or 7768430. OLE color: 7768430.

HSL color Cylindrical-coordinate representation of color #6E8976: hue angle of 137.78º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E8976 is Cyan = 0.20, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 137 118 -
CMYK 0.20 0 0.14 0.46
HSL 137.78º 0.11% 0.48% -
HSV(B) 137.78º 0.2% 0.54% -
XYZ 18.65 22.51 20.5 -
YUV 126.76 123.05 116.04 -
System Red Green Blue C M Y K H S L
Decimal 110 137 118 0.20 0 0.14 0.46 137.78 0.11 0.48
Hex 6E 89 76 14 0 E 2E 8A B 30
Octal 156 211 166 24 0 16 56 212 13 60
Binary 1101110 10001001 1110110 10100 0 1110 101110 10001010 1011 110000

Color Harmonies of #6E8976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8976

Black with #6E8976

Text Example


Text Example

White with #6E8976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,137,118); }

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

background-color css

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

 a { background-color: rgb(110,137,118); }

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

border-color css

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

 span { border-color: rgb(110,137,118); }

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