Html Css Color HEX #638781 Patina

📋 copy color: '#638781'

red 99 ◦ green 135 ◦ blue 129

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

Shades of Patina #638781

Tints of Patina #638781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 37.19%

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

R = 27.27%
G = 37.19%
B = 35.54%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#638781 (or 0x638781) is known color: Patina. HEX triplet: 63, 87 and 81. RGB value is (99,135,129). Sum of RGB (Red+Green+Blue) = 99+135+129=363 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.27% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #638781 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638781 is #9C787E. Grayscale: #7B7B7B. Windows color (decimal): -10254463 or 8488803. OLE color: 8488803.

HSL color Cylindrical-coordinate representation of color #638781: hue angle of 170º degrees, saturation: 0.15, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #638781 is Cyan = 0.27, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 135 129 -
CMYK 0.27 0 0.04 0.47
HSL 170º 0.15% 0.46% -
HSV(B) 170º 0.27% 0.53% -
XYZ 17.77 21.57 23.99 -
YUV 123.55 131.07 110.49 -
System Red Green Blue C M Y K H S L
Decimal 99 135 129 0.27 0 0.04 0.47 170 0.15 0.46
Hex 63 87 81 1B 0 4 2F AA F 2E
Octal 143 207 201 33 0 4 57 252 17 56
Binary 1100011 10000111 10000001 11011 0 100 101111 10101010 1111 101110

Color Harmonies of #638781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638781

Black with #638781

Text Example


Text Example

White with #638781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638781; }

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

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

background-color css

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

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

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

border-color css

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

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

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