Html Css Color HEX #6E8981 Patina

📋 copy color: '#6E8981'

red 110 ◦ green 137 ◦ blue 129

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

Shades of Patina #6E8981

Tints of Patina #6E8981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.31%

R = 29.26%
G = 36.44%
B = 34.31%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.46

RGB Variations

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

Color information

#6E8981 (or 0x6E8981) is known color: Patina. HEX triplet: 6E, 89 and 81. RGB value is (110,137,129). Sum of RGB (Red+Green+Blue) = 110+137+129=376 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.26% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #6E8981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8981 is #91767E. Grayscale: #808080. Windows color (decimal): -9533055 or 8489326. OLE color: 8489326.

HSL color Cylindrical-coordinate representation of color #6E8981: hue angle of 162.22º 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 #6E8981 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 137 129 -
CMYK 0.20 0 0.06 0.46
HSL 162.22º 0.11% 0.48% -
HSV(B) 162.22º 0.2% 0.54% -
XYZ 19.34 22.79 24.15 -
YUV 128.02 128.55 115.15 -
System Red Green Blue C M Y K H S L
Decimal 110 137 129 0.20 0 0.06 0.46 162.22 0.11 0.48
Hex 6E 89 81 14 0 6 2E A2 B 30
Octal 156 211 201 24 0 6 56 242 13 60
Binary 1101110 10001001 10000001 10100 0 110 101110 10100010 1011 110000

Color Harmonies of #6E8981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8981

Black with #6E8981

Text Example


Text Example

White with #6E8981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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