Html Css Color HEX #638680 Patina

📋 copy color: '#638680'

red 99 ◦ green 134 ◦ blue 128

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

Shades of Patina #638680

Tints of Patina #638680

RGB

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

 GREEN value IS 134 (52.73% from 255) = 37.12%

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

R = 27.42%
G = 37.12%
B = 35.46%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.04

 K value IS 0.47

RGB Variations

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

Color information

#638680 (or 0x638680) is known color: Patina. HEX triplet: 63, 86 and 80. RGB value is (99,134,128). Sum of RGB (Red+Green+Blue) = 99+134+128=361 (47% of max value = 765). Red value is 99 (39.06% from 255 or 27.42% from 361); Green value is 134 (52.73% from 255 or 37.12% from 361); Blue value is 128 (50.39% from 255 or 35.46% from 361); Max value from RGB is 134 - color contains mainly: green. Hex color #638680 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #638680 is #9C797F. Grayscale: #7A7A7A. Windows color (decimal): -10254720 or 8423011. OLE color: 8423011.

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

Color convert

RGB 99 134 128 -
CMYK 0.26 0 0.04 0.47
HSL 169.71º 0.15% 0.46% -
HSV(B) 169.71º 0.26% 0.53% -
XYZ 17.57 21.26 23.6 -
YUV 122.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 99 134 128 0.26 0 0.04 0.47 169.71 0.15 0.46
Hex 63 86 80 1A 0 4 2F AA F 2E
Octal 143 206 200 32 0 4 57 252 17 56
Binary 1100011 10000110 10000000 11010 0 100 101111 10101010 1111 101110

Color Harmonies of #638680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638680

Black with #638680

Text Example


Text Example

White with #638680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638680; }

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

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

background-color css

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

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

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

border-color css

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

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

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