Html Css Color HEX #6A937D Patina

📋 copy color: '#6A937D'

red 106 ◦ green 147 ◦ blue 125

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

Shades of Patina #6A937D

Tints of Patina #6A937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 28.04%
G = 38.89%
B = 33.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#6A937D (or 0x6A937D) is known color: Patina. HEX triplet: 6A, 93 and 7D. RGB value is (106,147,125). Sum of RGB (Red+Green+Blue) = 106+147+125=378 (50% of max value = 765). Red value is 106 (41.80% from 255 or 28.04% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #6A937D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A937D is #956C82. Grayscale: #848484. Windows color (decimal): -9792643 or 8229738. OLE color: 8229738.

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

Color convert

RGB 106 147 125 -
CMYK 0.28 0 0.15 0.42
HSL 147.8º 0.16% 0.5% -
HSV(B) 147.8º 0.28% 0.58% -
XYZ 20.08 25.41 23.25 -
YUV 132.23 123.92 109.29 -
System Red Green Blue C M Y K H S L
Decimal 106 147 125 0.28 0 0.15 0.42 147.8 0.16 0.5
Hex 6A 93 7D 1C 0 F 2A 94 10 32
Octal 152 223 175 34 0 17 52 224 20 62
Binary 1101010 10010011 1111101 11100 0 1111 101010 10010100 10000 110010

Color Harmonies of #6A937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A937D

Black with #6A937D

Text Example


Text Example

White with #6A937D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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