Html Css Color HEX #6E746F Blue Smoke

📋 copy color: '#6E746F'

red 110 ◦ green 116 ◦ blue 111

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

Shades of Blue Smoke #6E746F

Tints of Blue Smoke #6E746F

RGB

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

 GREEN value IS 116 (45.7% from 255) = 34.42%

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

R = 32.64%
G = 34.42%
B = 32.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#6E746F (or 0x6E746F) is known color: Blue Smoke. HEX triplet: 6E, 74 and 6F. RGB value is (110,116,111). Sum of RGB (Red+Green+Blue) = 110+116+111=337 (44% of max value = 765). Red value is 110 (43.36% from 255 or 32.64% from 337); Green value is 116 (45.70% from 255 or 34.42% from 337); Blue value is 111 (43.75% from 255 or 32.94% from 337); Max value from RGB is 116 - color contains mainly: green. Hex color #6E746F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E746F is #918B90. Grayscale: #717171. Windows color (decimal): -9538449 or 7304302. OLE color: 7304302.

HSL color Cylindrical-coordinate representation of color #6E746F: hue angle of 130º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #6E746F is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 110 116 111 -
CMYK 0.05 0 0.04 0.55
HSL 130º 0.03% 0.44% -
HSV(B) 130º 0.05% 0.45% -
XYZ 15.55 16.95 17.49 -
YUV 113.64 126.51 125.41 -
System Red Green Blue C M Y K H S L
Decimal 110 116 111 0.05 0 0.04 0.55 130 0.03 0.44
Hex 6E 74 6F 5 0 4 37 82 3 2C
Octal 156 164 157 5 0 4 67 202 3 54
Binary 1101110 1110100 1101111 101 0 100 110111 10000010 11 101100

Color Harmonies of #6E746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E746F

Black with #6E746F

Text Example


Text Example

White with #6E746F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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