Html Css Color HEX #639E87 Patina

📋 copy color: '#639E87'

red 99 ◦ green 158 ◦ blue 135

#639E87
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Patina #639E87

Tints of Patina #639E87

RGB

 RED value IS 99 (39.06% from 255) = 25.26%

 GREEN value IS 158 (62.11% from 255) = 40.31%

 BLUE value IS 135 (53.13% from 255) = 34.44%

R = 25.26%
G = 40.31%
B = 34.44%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#639E87 (or 0x639E87) is known color: Patina. HEX triplet: 63, 9E and 87. RGB value is (99,158,135). Sum of RGB (Red+Green+Blue) = 99+158+135=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 158 (62.11% from 255 or 40.31% from 392); Blue value is 135 (53.12% from 255 or 34.44% from 392); Max value from RGB is 158 - color contains mainly: green. Hex color #639E87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639E87 is #9C6178. Grayscale: #898989. Windows color (decimal): -10248569 or 8887907. OLE color: 8887907.

HSL color Cylindrical-coordinate representation of color #639E87: hue angle of 156.61º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #639E87 is Cyan = 0.37, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 99 158 135 -
CMYK 0.37 0 0.15 0.38
HSL 156.61º 0.23% 0.5% -
HSV(B) 156.61º 0.37% 0.62% -
XYZ 21.75 28.86 27.35 -
YUV 137.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 99 158 135 0.37 0 0.15 0.38 156.61 0.23 0.5
Hex 63 9E 87 25 0 F 26 9D 17 32
Octal 143 236 207 45 0 17 46 235 27 62
Binary 1100011 10011110 10000111 100101 0 1111 100110 10011101 10111 110010

Color Harmonies of #639E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639E87

Black with #639E87

Text Example


Text Example

White with #639E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,158,135); }

 H1.HeaderClassName
 {
   color: #639E87;
 }
 .AnyTagClassName
 {
   color: #639E87;
 }
</style>

background-color css

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

 a { background-color: rgb(99,158,135); }

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

border-color css

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

 span { border-color: rgb(99,158,135); }

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