Html Css Color HEX #6E786F Blue Smoke

📋 copy color: '#6E786F'

red 110 ◦ green 120 ◦ blue 111

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

Shades of Blue Smoke #6E786F

Tints of Blue Smoke #6E786F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 35.19%

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

R = 32.26%
G = 35.19%
B = 32.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#6E786F (or 0x6E786F) is known color: Blue Smoke. HEX triplet: 6E, 78 and 6F. RGB value is (110,120,111). Sum of RGB (Red+Green+Blue) = 110+120+111=341 (45% of max value = 765). Red value is 110 (43.36% from 255 or 32.26% from 341); Green value is 120 (47.27% from 255 or 35.19% from 341); Blue value is 111 (43.75% from 255 or 32.55% from 341); Max value from RGB is 120 - color contains mainly: green. Hex color #6E786F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E786F is #918790. Grayscale: #747474. Windows color (decimal): -9537425 or 7305326. OLE color: 7305326.

HSL color Cylindrical-coordinate representation of color #6E786F: hue angle of 126º degrees, saturation: 0.04, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #6E786F is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 110 120 111 -
CMYK 0.08 0 0.08 0.53
HSL 126º 0.04% 0.45% -
HSV(B) 126º 0.08% 0.47% -
XYZ 16.02 17.9 17.65 -
YUV 115.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 110 120 111 0.08 0 0.08 0.53 126 0.04 0.45
Hex 6E 78 6F 8 0 8 35 7E 4 2D
Octal 156 170 157 10 0 10 65 176 4 55
Binary 1101110 1111000 1101111 1000 0 1000 110101 1111110 100 101101

Color Harmonies of #6E786F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E786F

Black with #6E786F

Text Example


Text Example

White with #6E786F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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