Html Css Color HEX #6A897B Patina

📋 copy color: '#6A897B'

red 106 ◦ green 137 ◦ blue 123

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

Shades of Patina #6A897B

Tints of Patina #6A897B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 37.43%

 BLUE value IS 123 (48.44% from 255) = 33.61%

R = 28.96%
G = 37.43%
B = 33.61%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#6A897B (or 0x6A897B) is known color: Patina. HEX triplet: 6A, 89 and 7B. RGB value is (106,137,123). Sum of RGB (Red+Green+Blue) = 106+137+123=366 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.96% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #6A897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A897B is #957684. Grayscale: #7E7E7E. Windows color (decimal): -9795205 or 8096106. OLE color: 8096106.

HSL color Cylindrical-coordinate representation of color #6A897B: hue angle of 152.9º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #6A897B is Cyan = 0.23, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.46.

Color convert

RGB 106 137 123 -
CMYK 0.23 0 0.10 0.46
HSL 152.9º 0.13% 0.48% -
HSV(B) 152.9º 0.23% 0.54% -
XYZ 18.46 22.39 22.09 -
YUV 126.14 126.23 113.64 -
System Red Green Blue C M Y K H S L
Decimal 106 137 123 0.23 0 0.10 0.46 152.9 0.13 0.48
Hex 6A 89 7B 17 0 A 2E 99 D 30
Octal 152 211 173 27 0 12 56 231 15 60
Binary 1101010 10001001 1111011 10111 0 1010 101110 10011001 1101 110000

Color Harmonies of #6A897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A897B

Black with #6A897B

Text Example


Text Example

White with #6A897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,137,123); }

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

background-color css

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

 a { background-color: rgb(106,137,123); }

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

border-color css

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

 span { border-color: rgb(106,137,123); }

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