Html Css Color HEX #639986 Patina

📋 copy color: '#639986'

red 99 ◦ green 153 ◦ blue 134

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

Shades of Patina #639986

Tints of Patina #639986

RGB

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

 GREEN value IS 153 (60.16% from 255) = 39.64%

 BLUE value IS 134 (52.73% from 255) = 34.72%

R = 25.65%
G = 39.64%
B = 34.72%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.12

 K value IS 0.4

RGB Variations

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

Color information

#639986 (or 0x639986) is known color: Patina. HEX triplet: 63, 99 and 86. RGB value is (99,153,134). Sum of RGB (Red+Green+Blue) = 99+153+134=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 134 (52.73% from 255 or 34.72% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #639986 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639986 is #9C6679. Grayscale: #868686. Windows color (decimal): -10249850 or 8821091. OLE color: 8821091.

HSL color Cylindrical-coordinate representation of color #639986: hue angle of 158.89º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639986 is Cyan = 0.35, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.4.

Color convert

RGB 99 153 134 -
CMYK 0.35 0 0.12 0.4
HSL 158.89º 0.21% 0.49% -
HSV(B) 158.89º 0.35% 0.6% -
XYZ 20.84 27.16 26.7 -
YUV 134.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 99 153 134 0.35 0 0.12 0.4 158.89 0.21 0.49
Hex 63 99 86 23 0 C 28 9F 15 31
Octal 143 231 206 43 0 14 50 237 25 61
Binary 1100011 10011001 10000110 100011 0 1100 101000 10011111 10101 110001

Color Harmonies of #639986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639986

Black with #639986

Text Example


Text Example

White with #639986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639986; }

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

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

background-color css

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

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

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

border-color css

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

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

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