#639F8B

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

Shades of Patina #639F8B

Tints of Patina #639F8B

Color information

#639F8B (or 0x639F8B) is unknown color: approx Patina. HEX triplet: 63, 9F and 8B. RGB value is (99,159,139). Sum of RGB (Red+Green+Blue) = 99+159+139=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 139 (54.69% from 255 or 35.01% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #639F8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639F8B is #9C6074. Grayscale: #8A8A8A. Windows color (decimal): -10248309 or 9150307. OLE color: 9150307.

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

Color convert

RGB99159139-
CMYK0.3800.130.38
HSL160º23.81%50.59%-
HSV(B)160º37.74%62.35%-
XYZ22.229.3128.91-
YUV138.78128.1299.63-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 24.94%
GREEN value IS 159 (62.5% from 255) = 40.05%
BLUE value IS 139 (54.69% from 255) = 35.01%
R=24.94%
G=40.05%
B=35.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal991591390.3800.130.3816023.8150.59
Hex639F8B260D26a01833
Octal14323721346015462403063
Binary11000111001111110001011100110011011001101010000011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #639F8B; }

 p { color: rgb(99,159,139); }

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

<style>
 a { background-color: #639F8B; }

 a { background-color: rgb(99,159,139); }

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

<style>
 span { border-color: #639F8B; }

 span { border-color: rgb(99,159,139); }

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