#609E8F

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

Shades of Patina #609E8F

Tints of Patina #609E8F

Color information

#609E8F (or 0x609E8F) is unknown color: approx Patina. HEX triplet: 60, 9E and 8F. RGB value is (96,158,143). Sum of RGB (Red+Green+Blue) = 96+158+143=397 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.18% from 397); Green value is 158 (62.11% from 255 or 39.80% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 158 - color contains mainly: green. Hex color #609E8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609E8F is #9F6170. Grayscale: #898989. Windows color (decimal): -10445169 or 9412192. OLE color: 9412192.

HSL color Cylindrical-coordinate representation of color #609E8F: hue angle of 165.48º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #609E8F is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.

Color convert

RGB96158143-
CMYK0.3900.090.38
HSL165.48º24.41%49.8%-
HSV(B)165.48º39.24%61.96%-
XYZ22.0128.9230.41-
YUV137.75130.9698.22-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.18%
GREEN value IS 158 (62.11% from 255) = 39.80%
BLUE value IS 143 (56.25% from 255) = 36.02%
R=24.18%
G=39.80%
B=36.02%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal961581430.3900.090.38165.4824.4149.8
Hex609E8F270926a51832
Octal14023621747011462453062
Binary11000001001111010001111100111010011001101010010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609E8F; }

 p { color: rgb(96,158,143); }

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

<style>
 a { background-color: #609E8F; }

 a { background-color: rgb(96,158,143); }

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

<style>
 span { border-color: #609E8F; }

 span { border-color: rgb(96,158,143); }

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