Html Css Color HEX #6A9384 Patina

📋 copy color: '#6A9384'

red 106 ◦ green 147 ◦ blue 132

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

Shades of Patina #6A9384

Tints of Patina #6A9384

RGB

 RED value IS 106 (41.8% from 255) = 27.53%

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

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

R = 27.53%
G = 38.18%
B = 34.29%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#6A9384 (or 0x6A9384) is known color: Patina. HEX triplet: 6A, 93 and 84. RGB value is (106,147,132). Sum of RGB (Red+Green+Blue) = 106+147+132=385 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.53% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 132 (51.95% from 255 or 34.29% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6A9384 is #956C7B. Grayscale: #858585. Windows color (decimal): -9792636 or 8688490. OLE color: 8688490.

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

Color convert

RGB 106 147 132 -
CMYK 0.28 0 0.10 0.42
HSL 158.05º 0.16% 0.5% -
HSV(B) 158.05º 0.28% 0.58% -
XYZ 20.54 25.6 25.69 -
YUV 133.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 106 147 132 0.28 0 0.10 0.42 158.05 0.16 0.5
Hex 6A 93 84 1C 0 A 2A 9E 10 32
Octal 152 223 204 34 0 12 52 236 20 62
Binary 1101010 10010011 10000100 11100 0 1010 101010 10011110 10000 110010

Color Harmonies of #6A9384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9384

Black with #6A9384

Text Example


Text Example

White with #6A9384

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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