Html Css Color HEX #6C897B Patina

📋 copy color: '#6C897B'

red 108 ◦ green 137 ◦ blue 123

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

Shades of Patina #6C897B

Tints of Patina #6C897B

RGB

 RED value IS 108 (42.58% from 255) = 29.35%

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

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

R = 29.35%
G = 37.23%
B = 33.42%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.10

 K value IS 0.46

RGB Variations

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

Color information

#6C897B (or 0x6C897B) is known color: Patina. HEX triplet: 6C, 89 and 7B. RGB value is (108,137,123). Sum of RGB (Red+Green+Blue) = 108+137+123=368 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.35% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #6C897B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6C897B is #937684. Grayscale: #7E7E7E. Windows color (decimal): -9664133 or 8096108. OLE color: 8096108.

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

Color convert

RGB 108 137 123 -
CMYK 0.21 0 0.10 0.46
HSL 151.03º 0.12% 0.48% -
HSV(B) 151.03º 0.21% 0.54% -
XYZ 18.71 22.51 22.1 -
YUV 126.73 125.89 114.64 -
System Red Green Blue C M Y K H S L
Decimal 108 137 123 0.21 0 0.10 0.46 151.03 0.12 0.48
Hex 6C 89 7B 15 0 A 2E 97 C 30
Octal 154 211 173 25 0 12 56 227 14 60
Binary 1101100 10001001 1111011 10101 0 1010 101110 10010111 1100 110000

Color Harmonies of #6C897B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C897B

Black with #6C897B

Text Example


Text Example

White with #6C897B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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