Html Css Color HEX #638881 Patina

📋 copy color: '#638881'

red 99 ◦ green 136 ◦ blue 129

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

Shades of Patina #638881

Tints of Patina #638881

RGB

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

 GREEN value IS 136 (53.52% from 255) = 37.36%

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

R = 27.2%
G = 37.36%
B = 35.44%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.47

RGB Variations

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

Color information

#638881 (or 0x638881) is known color: Patina. HEX triplet: 63, 88 and 81. RGB value is (99,136,129). Sum of RGB (Red+Green+Blue) = 99+136+129=364 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.20% from 364); Green value is 136 (53.52% from 255 or 37.36% from 364); Blue value is 129 (50.78% from 255 or 35.44% from 364); Max value from RGB is 136 - color contains mainly: green. Hex color #638881 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638881 is #9C777E. Grayscale: #7C7C7C. Windows color (decimal): -10254207 or 8489059. OLE color: 8489059.

HSL color Cylindrical-coordinate representation of color #638881: hue angle of 168.65º degrees, saturation: 0.16, 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 #638881 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB 99 136 129 -
CMYK 0.27 0 0.05 0.47
HSL 168.65º 0.16% 0.46% -
HSV(B) 168.65º 0.27% 0.53% -
XYZ 17.91 21.85 24.04 -
YUV 124.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 99 136 129 0.27 0 0.05 0.47 168.65 0.16 0.46
Hex 63 88 81 1B 0 5 2F A9 10 2E
Octal 143 210 201 33 0 5 57 251 20 56
Binary 1100011 10001000 10000001 11011 0 101 101111 10101001 10000 101110

Color Harmonies of #638881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638881

Black with #638881

Text Example


Text Example

White with #638881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638881; }

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

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

background-color css

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

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

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

border-color css

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

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

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