Html Css Color HEX #638780 Patina

📋 copy color: '#638780'

red 99 ◦ green 135 ◦ blue 128

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

Shades of Patina #638780

Tints of Patina #638780

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 27.35%
G = 37.29%
B = 35.36%

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

#638780 (or 0x638780) is known color: Patina. HEX triplet: 63, 87 and 80. RGB value is (99,135,128). Sum of RGB (Red+Green+Blue) = 99+135+128=362 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.35% from 362); Green value is 135 (53.12% from 255 or 37.29% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 135 - color contains mainly: green. Hex color #638780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638780 is #9C787F. Grayscale: #7B7B7B. Windows color (decimal): -10254464 or 8423267. OLE color: 8423267.

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

Color convert

RGB 99 135 128 -
CMYK 0.27 0 0.05 0.47
HSL 168.33º 0.15% 0.46% -
HSV(B) 168.33º 0.27% 0.53% -
XYZ 17.71 21.54 23.65 -
YUV 123.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 99 135 128 0.27 0 0.05 0.47 168.33 0.15 0.46
Hex 63 87 80 1B 0 5 2F A8 F 2E
Octal 143 207 200 33 0 5 57 250 17 56
Binary 1100011 10000111 10000000 11011 0 101 101111 10101000 1111 101110

Color Harmonies of #638780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638780

Black with #638780

Text Example


Text Example

White with #638780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638780; }

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

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

background-color css

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

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

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

border-color css

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

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

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