Html Css Color HEX #6D9384 Patina

📋 copy color: '#6D9384'

red 109 ◦ green 147 ◦ blue 132

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

Shades of Patina #6D9384

Tints of Patina #6D9384

RGB

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

 GREEN value IS 147 (57.81% from 255) = 37.89%

 BLUE value IS 132 (51.95% from 255) = 34.02%

R = 28.09%
G = 37.89%
B = 34.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#6D9384 (or 0x6D9384) is known color: Patina. HEX triplet: 6D, 93 and 84. RGB value is (109,147,132). Sum of RGB (Red+Green+Blue) = 109+147+132=388 (51% of max value = 765). Red value is 109 (42.97% from 255 or 28.09% from 388); Green value is 147 (57.81% from 255 or 37.89% from 388); Blue value is 132 (51.95% from 255 or 34.02% from 388); Max value from RGB is 147 - color contains mainly: green. Hex color #6D9384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D9384 is #926C7B. Grayscale: #858585. Windows color (decimal): -9596028 or 8688493. OLE color: 8688493.

HSL color Cylindrical-coordinate representation of color #6D9384: hue angle of 156.32º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6D9384 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 147 132 -
CMYK 0.26 0 0.10 0.42
HSL 156.32º 0.15% 0.5% -
HSV(B) 156.32º 0.26% 0.58% -
XYZ 20.91 25.78 25.7 -
YUV 133.93 126.91 110.22 -
System Red Green Blue C M Y K H S L
Decimal 109 147 132 0.26 0 0.10 0.42 156.32 0.15 0.5
Hex 6D 93 84 1A 0 A 2A 9C F 32
Octal 155 223 204 32 0 12 52 234 17 62
Binary 1101101 10010011 10000100 11010 0 1010 101010 10011100 1111 110010

Color Harmonies of #6D9384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9384

Black with #6D9384

Text Example


Text Example

White with #6D9384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,147,132); }

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

background-color css

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

 a { background-color: rgb(109,147,132); }

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

border-color css

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

 span { border-color: rgb(109,147,132); }

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