#6C988B

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

Shades of Patina #6C988B

Tints of Patina #6C988B

Color information

#6C988B (or 0x6C988B) is unknown color: approx Patina. HEX triplet: 6C, 98 and 8B. RGB value is (108,152,139). Sum of RGB (Red+Green+Blue) = 108+152+139=399 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.07% from 399); Green value is 152 (59.77% from 255 or 38.10% from 399); Blue value is 139 (54.69% from 255 or 34.84% from 399); Max value from RGB is 152 - color contains mainly: green. Hex color #6C988B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C988B is #936774. Grayscale: #898989. Windows color (decimal): -9660277 or 9148524. OLE color: 9148524.

HSL color Cylindrical-coordinate representation of color #6C988B: hue angle of 162.27º 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 #6C988B is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.40.

Color convert

RGB108152139-
CMYK0.2900.090.40
HSL162.27º17.6%50.98%-
HSV(B)162.27º28.95%59.61%-
XYZ22.0727.5128.57-
YUV137.36128.92107.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.07%
GREEN value IS 152 (59.77% from 255) = 38.10%
BLUE value IS 139 (54.69% from 255) = 34.84%
R=27.07%
G=38.10%
B=34.84%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1081521390.2900.090.40162.2717.650.98
Hex6C988B1D0928a21233
Octal15423021335011502422263
Binary1101100100110001000101111101010011010001010001010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C988B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,152,139); }

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

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

 a { background-color: rgb(108,152,139); }

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

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

 span { border-color: rgb(108,152,139); }

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