#639F8A

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

Shades of Patina #639F8A

Tints of Patina #639F8A

Color information

#639F8A (or 0x639F8A) is unknown color: approx Patina. HEX triplet: 63, 9F and 8A. RGB value is (99,159,138). Sum of RGB (Red+Green+Blue) = 99+159+138=396 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25% from 396); Green value is 159 (62.5% from 255 or 40.15% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 159 - color contains mainly: green. Hex color #639F8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639F8A is #9C6075. Grayscale: #8A8A8A. Windows color (decimal): -10248310 or 9084771. OLE color: 9084771.

HSL color Cylindrical-coordinate representation of color #639F8A: hue angle of 159º 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 #639F8A is Cyan = 0.38, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB99159138-
CMYK0.3800.130.38
HSL159º23.81%50.59%-
HSV(B)159º37.74%62.35%-
XYZ22.1329.2828.53-
YUV138.67127.6299.71-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 25%
GREEN value IS 159 (62.5% from 255) = 40.15%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=25%
G=40.15%
B=34.85%

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
Decimal991591380.3800.130.3815923.8150.59
Hex639F8A260D269f1833
Octal14323721246015462373063
Binary11000111001111110001010100110011011001101001111111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #639F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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