Html Css Color HEX #6A937E Patina

📋 copy color: '#6A937E'

red 106 ◦ green 147 ◦ blue 126

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

Shades of Patina #6A937E

Tints of Patina #6A937E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.25%

R = 27.97%
G = 38.79%
B = 33.25%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#6A937E (or 0x6A937E) is known color: Patina. HEX triplet: 6A, 93 and 7E. RGB value is (106,147,126). Sum of RGB (Red+Green+Blue) = 106+147+126=379 (50% of max value = 765). Red value is 106 (41.80% from 255 or 27.97% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #6A937E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A937E is #956C81. Grayscale: #848484. Windows color (decimal): -9792642 or 8295274. OLE color: 8295274.

HSL color Cylindrical-coordinate representation of color #6A937E: hue angle of 149.27º 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 #6A937E is Cyan = 0.28, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 147 126 -
CMYK 0.28 0 0.14 0.42
HSL 149.27º 0.16% 0.5% -
HSV(B) 149.27º 0.28% 0.58% -
XYZ 20.14 25.44 23.59 -
YUV 132.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 106 147 126 0.28 0 0.14 0.42 149.27 0.16 0.5
Hex 6A 93 7E 1C 0 E 2A 95 10 32
Octal 152 223 176 34 0 16 52 225 20 62
Binary 1101010 10010011 1111110 11100 0 1110 101010 10010101 10000 110010

Color Harmonies of #6A937E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A937E

Black with #6A937E

Text Example


Text Example

White with #6A937E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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