Html Css Color HEX #6E8880 Patina

📋 copy color: '#6E8880'

red 110 ◦ green 136 ◦ blue 128

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

Shades of Patina #6E8880

Tints of Patina #6E8880

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.36%

 BLUE value IS 128 (50.39% from 255) = 34.22%

R = 29.41%
G = 36.36%
B = 34.22%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.47

RGB Variations

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

Color information

#6E8880 (or 0x6E8880) is known color: Patina. HEX triplet: 6E, 88 and 80. RGB value is (110,136,128). Sum of RGB (Red+Green+Blue) = 110+136+128=374 (49% of max value = 765). Red value is 110 (43.36% from 255 or 29.41% from 374); Green value is 136 (53.52% from 255 or 36.36% from 374); Blue value is 128 (50.39% from 255 or 34.22% from 374); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E8880 is #91777F. Grayscale: #7F7F7F. Windows color (decimal): -9533312 or 8423534. OLE color: 8423534.

HSL color Cylindrical-coordinate representation of color #6E8880: hue angle of 161.54º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E8880 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 136 128 -
CMYK 0.19 0 0.06 0.47
HSL 161.54º 0.11% 0.48% -
HSV(B) 161.54º 0.19% 0.53% -
XYZ 19.13 22.48 23.75 -
YUV 127.31 128.39 115.65 -
System Red Green Blue C M Y K H S L
Decimal 110 136 128 0.19 0 0.06 0.47 161.54 0.11 0.48
Hex 6E 88 80 13 0 6 2F A2 B 30
Octal 156 210 200 23 0 6 57 242 13 60
Binary 1101110 10001000 10000000 10011 0 110 101111 10100010 1011 110000

Color Harmonies of #6E8880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8880

Black with #6E8880

Text Example


Text Example

White with #6E8880

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,136,128); }

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

background-color css

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

 a { background-color: rgb(110,136,128); }

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

border-color css

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

 span { border-color: rgb(110,136,128); }

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