#628F87

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

Shades of Patina #628F87

Tints of Patina #628F87

Color information

#628F87 (or 0x628F87) is unknown color: approx Patina. HEX triplet: 62, 8F and 87. RGB value is (98,143,135). Sum of RGB (Red+Green+Blue) = 98+143+135=376 (49% of max value = 765). Red value is 98 (38.67% from 255 or 26.06% from 376); Green value is 143 (56.25% from 255 or 38.03% from 376); Blue value is 135 (53.12% from 255 or 35.90% from 376); Max value from RGB is 143 - color contains mainly: green. Hex color #628F87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #628F87 is #9D7078. Grayscale: #808080. Windows color (decimal): -10317945 or 8884066. OLE color: 8884066.

HSL color Cylindrical-coordinate representation of color #628F87: hue angle of 169.33º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #628F87 is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB98143135-
CMYK0.3100.060.44
HSL169.33º18.67%47.25%-
HSV(B)169.33º31.47%56.08%-
XYZ19.2323.9926.54-
YUV128.63131.59106.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 26.06%
GREEN value IS 143 (56.25% from 255) = 38.03%
BLUE value IS 135 (53.12% from 255) = 35.90%
R=26.06%
G=38.03%
B=35.90%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal981431350.3100.060.44169.3318.6747.25
Hex628F871F062Ca9132f
Octal1422172073706542512357
Binary110001010001111100001111111101101011001010100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #628F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #628F87; }

 p { color: rgb(98,143,135); }

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

<style>
 a { background-color: #628F87; }

 a { background-color: rgb(98,143,135); }

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

<style>
 span { border-color: #628F87; }

 span { border-color: rgb(98,143,135); }

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