Html Css Color HEX #638882 Patina

📋 copy color: '#638882'

red 99 ◦ green 136 ◦ blue 130

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

Shades of Patina #638882

Tints of Patina #638882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 35.62%

R = 27.12%
G = 37.26%
B = 35.62%

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

#638882 (or 0x638882) is known color: Patina. HEX triplet: 63, 88 and 82. RGB value is (99,136,130). Sum of RGB (Red+Green+Blue) = 99+136+130=365 (48% of max value = 765). Red value is 99 (39.06% from 255 or 27.12% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 136 - color contains mainly: green. Hex color #638882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638882 is #9C777D. Grayscale: #7C7C7C. Windows color (decimal): -10254206 or 8554595. OLE color: 8554595.

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

Color convert

RGB 99 136 130 -
CMYK 0.27 0 0.04 0.47
HSL 170.27º 0.16% 0.46% -
HSV(B) 170.27º 0.27% 0.53% -
XYZ 17.98 21.87 24.39 -
YUV 124.25 131.24 109.99 -
System Red Green Blue C M Y K H S L
Decimal 99 136 130 0.27 0 0.04 0.47 170.27 0.16 0.46
Hex 63 88 82 1B 0 4 2F AA 10 2E
Octal 143 210 202 33 0 4 57 252 20 56
Binary 1100011 10001000 10000010 11011 0 100 101111 10101010 10000 101110

Color Harmonies of #638882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638882

Black with #638882

Text Example


Text Example

White with #638882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638882; }

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

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

background-color css

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

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

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

border-color css

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

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

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