Html Css Color HEX #639489 Patina

📋 copy color: '#639489'

red 99 ◦ green 148 ◦ blue 137

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

Shades of Patina #639489

Tints of Patina #639489

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.54%

 BLUE value IS 137 (53.91% from 255) = 35.68%

R = 25.78%
G = 38.54%
B = 35.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#639489 (or 0x639489) is known color: Patina. HEX triplet: 63, 94 and 89. RGB value is (99,148,137). Sum of RGB (Red+Green+Blue) = 99+148+137=384 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.78% from 384); Green value is 148 (58.20% from 255 or 38.54% from 384); Blue value is 137 (53.91% from 255 or 35.68% from 384); Max value from RGB is 148 - color contains mainly: green. Hex color #639489 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639489 is #9C6B76. Grayscale: #848484. Windows color (decimal): -10251127 or 9016419. OLE color: 9016419.

HSL color Cylindrical-coordinate representation of color #639489: hue angle of 166.53º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #639489 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 137 -
CMYK 0.33 0 0.07 0.42
HSL 166.53º 0.2% 0.48% -
HSV(B) 166.53º 0.33% 0.58% -
XYZ 20.25 25.64 27.55 -
YUV 132.1 130.77 104.39 -
System Red Green Blue C M Y K H S L
Decimal 99 148 137 0.33 0 0.07 0.42 166.53 0.2 0.48
Hex 63 94 89 21 0 7 2A A7 14 30
Octal 143 224 211 41 0 7 52 247 24 60
Binary 1100011 10010100 10001001 100001 0 111 101010 10100111 10100 110000

Color Harmonies of #639489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639489

Black with #639489

Text Example


Text Example

White with #639489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639489; }

 p { color: rgb(99,148,137); }

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

background-color css

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

 a { background-color: rgb(99,148,137); }

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

border-color css

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

 span { border-color: rgb(99,148,137); }

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