Html Css Color HEX #6D9286 Patina

📋 copy color: '#6D9286'

red 109 ◦ green 146 ◦ blue 134

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

Shades of Patina #6D9286

Tints of Patina #6D9286

RGB

 RED value IS 109 (42.97% from 255) = 28.02%

 GREEN value IS 146 (57.42% from 255) = 37.53%

 BLUE value IS 134 (52.73% from 255) = 34.45%

R = 28.02%
G = 37.53%
B = 34.45%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.43

RGB Variations

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

Color information

#6D9286 (or 0x6D9286) is known color: Patina. HEX triplet: 6D, 92 and 86. RGB value is (109,146,134). Sum of RGB (Red+Green+Blue) = 109+146+134=389 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.02% from 389); Green value is 146 (57.42% from 255 or 37.53% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 146 - color contains mainly: green. Hex color #6D9286 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9286 is #926D79. Grayscale: #858585. Windows color (decimal): -9596282 or 8819309. OLE color: 8819309.

HSL color Cylindrical-coordinate representation of color #6D9286: hue angle of 160.54º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6D9286 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 146 134 -
CMYK 0.25 0 0.08 0.43
HSL 160.54º 0.15% 0.5% -
HSV(B) 160.54º 0.25% 0.57% -
XYZ 20.89 25.53 26.38 -
YUV 133.57 128.24 110.48 -
System Red Green Blue C M Y K H S L
Decimal 109 146 134 0.25 0 0.08 0.43 160.54 0.15 0.5
Hex 6D 92 86 19 0 8 2B A1 F 32
Octal 155 222 206 31 0 10 53 241 17 62
Binary 1101101 10010010 10000110 11001 0 1000 101011 10100001 1111 110010

Color Harmonies of #6D9286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9286

Black with #6D9286

Text Example


Text Example

White with #6D9286

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,146,134); }

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

background-color css

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

 a { background-color: rgb(109,146,134); }

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

border-color css

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

 span { border-color: rgb(109,146,134); }

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