Html Css Color HEX #6E7C71 Blue Smoke

📋 copy color: '#6E7C71'

red 110 ◦ green 124 ◦ blue 113

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

Shades of Blue Smoke #6E7C71

Tints of Blue Smoke #6E7C71

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.73%

 BLUE value IS 113 (44.53% from 255) = 32.56%

R = 31.7%
G = 35.73%
B = 32.56%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.09

 K value IS 0.51

RGB Variations

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

Color information

#6E7C71 (or 0x6E7C71) is known color: Blue Smoke. HEX triplet: 6E, 7C and 71. RGB value is (110,124,113). Sum of RGB (Red+Green+Blue) = 110+124+113=347 (45% of max value = 765). Red value is 110 (43.36% from 255 or 31.70% from 347); Green value is 124 (48.83% from 255 or 35.73% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 124 - color contains mainly: green. Hex color #6E7C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7C71 is #91838E. Grayscale: #767676. Windows color (decimal): -9536399 or 7437422. OLE color: 7437422.

HSL color Cylindrical-coordinate representation of color #6E7C71: hue angle of 132.86º degrees, saturation: 0.06, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E7C71 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.51.

Color convert

RGB 110 124 113 -
CMYK 0.11 0 0.09 0.51
HSL 132.86º 0.06% 0.46% -
HSV(B) 132.86º 0.11% 0.49% -
XYZ 16.62 18.92 18.4 -
YUV 118.56 124.86 121.89 -
System Red Green Blue C M Y K H S L
Decimal 110 124 113 0.11 0 0.09 0.51 132.86 0.06 0.46
Hex 6E 7C 71 B 0 9 33 85 6 2E
Octal 156 174 161 13 0 11 63 205 6 56
Binary 1101110 1111100 1110001 1011 0 1001 110011 10000101 110 101110

Color Harmonies of #6E7C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7C71

Black with #6E7C71

Text Example


Text Example

White with #6E7C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,124,113); }

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

background-color css

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

 a { background-color: rgb(110,124,113); }

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

border-color css

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

 span { border-color: rgb(110,124,113); }

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