Html Css Color HEX #639889 Patina

📋 copy color: '#639889'

red 99 ◦ green 152 ◦ blue 137

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

Shades of Patina #639889

Tints of Patina #639889

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.18%

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

R = 25.52%
G = 39.18%
B = 35.31%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#639889 (or 0x639889) is known color: Patina. HEX triplet: 63, 98 and 89. RGB value is (99,152,137). Sum of RGB (Red+Green+Blue) = 99+152+137=388 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.52% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 137 (53.91% from 255 or 35.31% from 388); Max value from RGB is 152 - color contains mainly: green. Hex color #639889 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639889 is #9C6776. Grayscale: #868686. Windows color (decimal): -10250103 or 9017443. OLE color: 9017443.

HSL color Cylindrical-coordinate representation of color #639889: hue angle of 163.02º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639889 is Cyan = 0.35, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 152 137 -
CMYK 0.35 0 0.10 0.40
HSL 163.02º 0.21% 0.49% -
HSV(B) 163.02º 0.35% 0.6% -
XYZ 20.89 26.92 27.76 -
YUV 134.44 129.44 102.72 -
System Red Green Blue C M Y K H S L
Decimal 99 152 137 0.35 0 0.10 0.40 163.02 0.21 0.49
Hex 63 98 89 23 0 A 28 A3 15 31
Octal 143 230 211 43 0 12 50 243 25 61
Binary 1100011 10011000 10001001 100011 0 1010 101000 10100011 10101 110001

Color Harmonies of #639889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639889

Black with #639889

Text Example


Text Example

White with #639889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639889; }

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

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

background-color css

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

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

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

border-color css

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

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

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