Html Css Color HEX #639081 Patina

📋 copy color: '#639081'

red 99 ◦ green 144 ◦ blue 129

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

Shades of Patina #639081

Tints of Patina #639081

RGB

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

 GREEN value IS 144 (56.64% from 255) = 38.71%

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

R = 26.61%
G = 38.71%
B = 34.68%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#639081 (or 0x639081) is known color: Patina. HEX triplet: 63, 90 and 81. RGB value is (99,144,129). Sum of RGB (Red+Green+Blue) = 99+144+129=372 (49% of max value = 765). Red value is 99 (39.06% from 255 or 26.61% from 372); Green value is 144 (56.64% from 255 or 38.71% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 144 - color contains mainly: green. Hex color #639081 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639081 is #9C6F7E. Grayscale: #808080. Windows color (decimal): -10252159 or 8491107. OLE color: 8491107.

HSL color Cylindrical-coordinate representation of color #639081: hue angle of 160º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #639081 is Cyan = 0.31, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 99 144 129 -
CMYK 0.31 0 0.10 0.44
HSL 160º 0.19% 0.48% -
HSV(B) 160º 0.31% 0.56% -
XYZ 19.08 24.18 24.43 -
YUV 128.84 128.09 106.72 -
System Red Green Blue C M Y K H S L
Decimal 99 144 129 0.31 0 0.10 0.44 160 0.19 0.48
Hex 63 90 81 1F 0 A 2C A0 13 30
Octal 143 220 201 37 0 12 54 240 23 60
Binary 1100011 10010000 10000001 11111 0 1010 101100 10100000 10011 110000

Color Harmonies of #639081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639081

Black with #639081

Text Example


Text Example

White with #639081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639081; }

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

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

background-color css

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

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

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

border-color css

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

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

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