#629E8F

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

Shades of Patina #629E8F

Tints of Patina #629E8F

Color information

#629E8F (or 0x629E8F) is unknown color: approx Patina. HEX triplet: 62, 9E and 8F. RGB value is (98,158,143). Sum of RGB (Red+Green+Blue) = 98+158+143=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 158 (62.11% from 255 or 39.60% from 399); Blue value is 143 (56.25% from 255 or 35.84% from 399); Max value from RGB is 158 - color contains mainly: green. Hex color #629E8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #629E8F is #9D6170. Grayscale: #8A8A8A. Windows color (decimal): -10314097 or 9412194. OLE color: 9412194.

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

Color convert

RGB98158143-
CMYK0.3800.090.38
HSL165º23.62%50.2%-
HSV(B)165º37.97%61.96%-
XYZ22.2229.0330.42-
YUV138.35130.6299.22-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 24.56%
GREEN value IS 158 (62.11% from 255) = 39.60%
BLUE value IS 143 (56.25% from 255) = 35.84%
R=24.56%
G=39.60%
B=35.84%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal981581430.3800.090.3816523.6250.2
Hex629E8F260926a51832
Octal14223621746011462453062
Binary11000101001111010001111100110010011001101010010111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #629E8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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