Html Css Color HEX #6E8474 Blue Smoke

📋 copy color: '#6E8474'

red 110 ◦ green 132 ◦ blue 116

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

Shades of Blue Smoke #6E8474

Tints of Blue Smoke #6E8474

RGB

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

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

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

R = 30.73%
G = 36.87%
B = 32.4%

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

#6E8474 (or 0x6E8474) is known color: Blue Smoke. HEX triplet: 6E, 84 and 74. RGB value is (110,132,116). Sum of RGB (Red+Green+Blue) = 110+132+116=358 (47% of max value = 765). Red value is 110 (43.36% from 255 or 30.73% from 358); Green value is 132 (51.95% from 255 or 36.87% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 132 - color contains mainly: green. Hex color #6E8474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8474 is #917B8B. Grayscale: #7B7B7B. Windows color (decimal): -9534348 or 7636078. OLE color: 7636078.

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

Color convert

RGB 110 132 116 -
CMYK 0.17 0 0.12 0.48
HSL 136.36º 0.09% 0.47% -
HSV(B) 136.36º 0.17% 0.52% -
XYZ 17.83 21.08 19.65 -
YUV 123.6 123.71 118.3 -
System Red Green Blue C M Y K H S L
Decimal 110 132 116 0.17 0 0.12 0.48 136.36 0.09 0.47
Hex 6E 84 74 11 0 C 30 88 9 2F
Octal 156 204 164 21 0 14 60 210 11 57
Binary 1101110 10000100 1110100 10001 0 1100 110000 10001000 1001 101111

Color Harmonies of #6E8474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8474

Black with #6E8474

Text Example


Text Example

White with #6E8474

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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