#6D998B

Color #6D998B Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #6D998B

Tints of Patina #6D998B

Color information

#6D998B (or 0x6D998B) is unknown color: approx Patina. HEX triplet: 6D, 99 and 8B. RGB value is (109,153,139). Sum of RGB (Red+Green+Blue) = 109+153+139=401 (53% of max value = 765). Red value is 109 (42.97% from 255 or 27.18% from 401); Green value is 153 (60.16% from 255 or 38.15% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 153 - color contains mainly: green. Hex color #6D998B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6D998B is #926674. Grayscale: #8A8A8A. Windows color (decimal): -9594485 or 9148781. OLE color: 9148781.

HSL color Cylindrical-coordinate representation of color #6D998B: hue angle of 160.91º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6D998B is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB109153139-
CMYK0.2900.090.4
HSL160.91º17.74%51.37%-
HSV(B)160.91º28.76%60%-
XYZ22.3627.928.63-
YUV138.25128.42107.14-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 27.18%
GREEN value IS 153 (60.16% from 255) = 38.15%
BLUE value IS 139 (54.69% from 255) = 34.66%
R=27.18%
G=38.15%
B=34.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1091531390.2900.090.4160.9117.7451.37
Hex6D998B1D0928a11233
Octal15523121335011502412263
Binary1101101100110011000101111101010011010001010000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,153,139); }

 H1.HeaderClassName
 {
   color: #6D998B;
 }
 .AnyTagClassName
 {
   color: #6D998B;
 }
</style>
background-color css

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

 a { background-color: rgb(109,153,139); }

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

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

 span { border-color: rgb(109,153,139); }

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