#6C9588

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

Shades of Patina #6C9588

Tints of Patina #6C9588

Color information

#6C9588 (or 0x6C9588) is unknown color: approx Patina. HEX triplet: 6C, 95 and 88. RGB value is (108,149,136). Sum of RGB (Red+Green+Blue) = 108+149+136=393 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.48% from 393); Green value is 149 (58.59% from 255 or 37.91% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 149 - color contains mainly: green. Hex color #6C9588 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6C9588 is #936A77. Grayscale: #878787. Windows color (decimal): -9661048 or 8951148. OLE color: 8951148.

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

Color convert

RGB108149136-
CMYK0.2800.090.42
HSL160.98º16.21%50.39%-
HSV(B)160.98º27.52%58.43%-
XYZ21.3826.4627.27-
YUV135.26128.42108.56-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.48%
GREEN value IS 149 (58.59% from 255) = 37.91%
BLUE value IS 136 (53.52% from 255) = 34.61%
R=27.48%
G=37.91%
B=34.61%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1081491360.2800.090.42160.9816.2150.39
Hex6C95881C092Aa11032
Octal15422521034011522412062
Binary1101100100101011000100011100010011010101010000110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C9588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,149,136); }

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

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

 a { background-color: rgb(108,149,136); }

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

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

 span { border-color: rgb(108,149,136); }

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