Html Css Color HEX #6D9085 Patina

📋 copy color: '#6D9085'

red 109 ◦ green 144 ◦ blue 133

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

Shades of Patina #6D9085

Tints of Patina #6D9085

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.31%

 BLUE value IS 133 (52.34% from 255) = 34.46%

R = 28.24%
G = 37.31%
B = 34.46%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#6D9085 (or 0x6D9085) is known color: Patina. HEX triplet: 6D, 90 and 85. RGB value is (109,144,133). Sum of RGB (Red+Green+Blue) = 109+144+133=386 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.24% from 386); Green value is 144 (56.64% from 255 or 37.31% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 144 - color contains mainly: green. Hex color #6D9085 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9085 is #926F7A. Grayscale: #848484. Windows color (decimal): -9596795 or 8753261. OLE color: 8753261.

HSL color Cylindrical-coordinate representation of color #6D9085: hue angle of 161.14º degrees, saturation: 0.14, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D9085 is Cyan = 0.24, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 144 133 -
CMYK 0.24 0 0.08 0.44
HSL 161.14º 0.14% 0.5% -
HSV(B) 161.14º 0.24% 0.56% -
XYZ 20.51 24.89 25.91 -
YUV 132.28 128.4 111.39 -
System Red Green Blue C M Y K H S L
Decimal 109 144 133 0.24 0 0.08 0.44 161.14 0.14 0.5
Hex 6D 90 85 18 0 8 2C A1 E 32
Octal 155 220 205 30 0 10 54 241 16 62
Binary 1101101 10010000 10000101 11000 0 1000 101100 10100001 1110 110010

Color Harmonies of #6D9085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9085

Black with #6D9085

Text Example


Text Example

White with #6D9085

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,144,133); }

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

background-color css

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

 a { background-color: rgb(109,144,133); }

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

border-color css

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

 span { border-color: rgb(109,144,133); }

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