Html Css Color HEX #639389 Patina

📋 copy color: '#639389'

red 99 ◦ green 147 ◦ blue 137

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

Shades of Patina #639389

Tints of Patina #639389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

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

R = 25.85%
G = 38.38%
B = 35.77%

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

#639389 (or 0x639389) is known color: Patina. HEX triplet: 63, 93 and 89. RGB value is (99,147,137). Sum of RGB (Red+Green+Blue) = 99+147+137=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 147 - color contains mainly: green. Hex color #639389 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639389 is #9C6C76. Grayscale: #838383. Windows color (decimal): -10251383 or 9016163. OLE color: 9016163.

HSL color Cylindrical-coordinate representation of color #639389: hue angle of 167.5º 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 #639389 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 147 137 -
CMYK 0.33 0 0.07 0.42
HSL 167.5º 0.2% 0.48% -
HSV(B) 167.5º 0.33% 0.58% -
XYZ 20.09 25.33 27.5 -
YUV 131.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 99 147 137 0.33 0 0.07 0.42 167.5 0.2 0.48
Hex 63 93 89 21 0 7 2A A8 14 30
Octal 143 223 211 41 0 7 52 250 24 60
Binary 1100011 10010011 10001001 100001 0 111 101010 10101000 10100 110000

Color Harmonies of #639389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639389

Black with #639389

Text Example


Text Example

White with #639389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639389; }

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

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

background-color css

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

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

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

border-color css

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

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

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