Html Css Color HEX #6E8975 Blue Smoke

📋 copy color: '#6E8975'

red 110 ◦ green 137 ◦ blue 117

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

Shades of Blue Smoke #6E8975

Tints of Blue Smoke #6E8975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.64%

 BLUE value IS 117 (46.09% from 255) = 32.14%

R = 30.22%
G = 37.64%
B = 32.14%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.15

 K value IS 0.46

RGB Variations

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

Color information

#6E8975 (or 0x6E8975) is known color: Blue Smoke. HEX triplet: 6E, 89 and 75. RGB value is (110,137,117). Sum of RGB (Red+Green+Blue) = 110+137+117=364 (48% of max value = 765). Red value is 110 (43.36% from 255 or 30.22% from 364); Green value is 137 (53.91% from 255 or 37.64% from 364); Blue value is 117 (46.09% from 255 or 32.14% from 364); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6E8975 is #91768A. Grayscale: #7E7E7E. Windows color (decimal): -9533067 or 7702894. OLE color: 7702894.

HSL color Cylindrical-coordinate representation of color #6E8975: hue angle of 135.56º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E8975 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 137 117 -
CMYK 0.20 0 0.15 0.46
HSL 135.56º 0.11% 0.48% -
HSV(B) 135.56º 0.2% 0.54% -
XYZ 18.59 22.49 20.19 -
YUV 126.65 122.55 116.13 -
System Red Green Blue C M Y K H S L
Decimal 110 137 117 0.20 0 0.15 0.46 135.56 0.11 0.48
Hex 6E 89 75 14 0 F 2E 88 B 30
Octal 156 211 165 24 0 17 56 210 13 60
Binary 1101110 10001001 1110101 10100 0 1111 101110 10001000 1011 110000

Color Harmonies of #6E8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8975

Black with #6E8975

Text Example


Text Example

White with #6E8975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,137,117); }

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

background-color css

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

 a { background-color: rgb(110,137,117); }

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

border-color css

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

 span { border-color: rgb(110,137,117); }

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