Html Css Color HEX #6E766F Blue Smoke

📋 copy color: '#6E766F'

red 110 ◦ green 118 ◦ blue 111

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

Shades of Blue Smoke #6E766F

Tints of Blue Smoke #6E766F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 34.81%

 BLUE value IS 111 (43.75% from 255) = 32.74%

R = 32.45%
G = 34.81%
B = 32.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#6E766F (or 0x6E766F) is known color: Blue Smoke. HEX triplet: 6E, 76 and 6F. RGB value is (110,118,111). Sum of RGB (Red+Green+Blue) = 110+118+111=339 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.45% from 339); Green value is 118 (46.48% from 255 or 34.81% from 339); Blue value is 111 (43.75% from 255 or 32.74% from 339); Max value from RGB is 118 - color contains mainly: green. Hex color #6E766F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E766F is #918990. Grayscale: #727272. Windows color (decimal): -9537937 or 7304814. OLE color: 7304814.

HSL color Cylindrical-coordinate representation of color #6E766F: hue angle of 127.5º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #6E766F is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 110 118 111 -
CMYK 0.07 0 0.06 0.54
HSL 127.5º 0.04% 0.45% -
HSV(B) 127.5º 0.07% 0.46% -
XYZ 15.78 17.42 17.57 -
YUV 114.81 125.85 124.57 -
System Red Green Blue C M Y K H S L
Decimal 110 118 111 0.07 0 0.06 0.54 127.5 0.04 0.45
Hex 6E 76 6F 7 0 6 36 80 4 2D
Octal 156 166 157 7 0 6 66 200 4 55
Binary 1101110 1110110 1101111 111 0 110 110110 10000000 100 101101

Color Harmonies of #6E766F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E766F

Black with #6E766F

Text Example


Text Example

White with #6E766F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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