Html Css Color HEX #639981 Patina

📋 copy color: '#639981'

red 99 ◦ green 153 ◦ blue 129

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

Shades of Patina #639981

Tints of Patina #639981

RGB

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

 GREEN value IS 153 (60.16% from 255) = 40.16%

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 25.98%
G = 40.16%
B = 33.86%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#639981 (or 0x639981) is known color: Patina. HEX triplet: 63, 99 and 81. RGB value is (99,153,129). Sum of RGB (Red+Green+Blue) = 99+153+129=381 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.98% from 381); Green value is 153 (60.16% from 255 or 40.16% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 153 - color contains mainly: green. Hex color #639981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639981 is #9C667E. Grayscale: #868686. Windows color (decimal): -10249855 or 8493411. OLE color: 8493411.

HSL color Cylindrical-coordinate representation of color #639981: hue angle of 153.33º 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 #639981 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 129 -
CMYK 0.35 0 0.16 0.4
HSL 153.33º 0.21% 0.49% -
HSV(B) 153.33º 0.35% 0.6% -
XYZ 20.5 27.02 24.9 -
YUV 134.12 125.11 102.95 -
System Red Green Blue C M Y K H S L
Decimal 99 153 129 0.35 0 0.16 0.4 153.33 0.21 0.49
Hex 63 99 81 23 0 10 28 99 15 31
Octal 143 231 201 43 0 20 50 231 25 61
Binary 1100011 10011001 10000001 100011 0 10000 101000 10011001 10101 110001

Color Harmonies of #639981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639981

Black with #639981

Text Example


Text Example

White with #639981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639981; }

 p { color: rgb(99,153,129); }

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

background-color css

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

 a { background-color: rgb(99,153,129); }

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

border-color css

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

 span { border-color: rgb(99,153,129); }

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