Html Css Color HEX #639B8A Patina

📋 copy color: '#639B8A'

red 99 ◦ green 155 ◦ blue 138

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

Shades of Patina #639B8A

Tints of Patina #639B8A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.54%

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 25.26%
G = 39.54%
B = 35.2%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.11

 K value IS 0.39

RGB Variations

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

Color information

#639B8A (or 0x639B8A) is known color: Patina. HEX triplet: 63, 9B and 8A. RGB value is (99,155,138). Sum of RGB (Red+Green+Blue) = 99+155+138=392 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.26% from 392); Green value is 155 (60.94% from 255 or 39.54% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 155 - color contains mainly: green. Hex color #639B8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B8A is #9C6475. Grayscale: #888888. Windows color (decimal): -10249334 or 9083747. OLE color: 9083747.

HSL color Cylindrical-coordinate representation of color #639B8A: hue angle of 161.79º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B8A is Cyan = 0.36, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 155 138 -
CMYK 0.36 0 0.11 0.39
HSL 161.79º 0.22% 0.5% -
HSV(B) 161.79º 0.36% 0.61% -
XYZ 21.45 27.93 28.31 -
YUV 136.32 128.95 101.38 -
System Red Green Blue C M Y K H S L
Decimal 99 155 138 0.36 0 0.11 0.39 161.79 0.22 0.5
Hex 63 9B 8A 24 0 B 27 A2 16 32
Octal 143 233 212 44 0 13 47 242 26 62
Binary 1100011 10011011 10001010 100100 0 1011 100111 10100010 10110 110010

Color Harmonies of #639B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639B8A

Black with #639B8A

Text Example


Text Example

White with #639B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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