Html Css Color HEX #639485 Patina

📋 copy color: '#639485'

red 99 ◦ green 148 ◦ blue 133

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

Shades of Patina #639485

Tints of Patina #639485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.95%

 BLUE value IS 133 (52.34% from 255) = 35%

R = 26.05%
G = 38.95%
B = 35%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#639485 (or 0x639485) is known color: Patina. HEX triplet: 63, 94 and 85. RGB value is (99,148,133). Sum of RGB (Red+Green+Blue) = 99+148+133=380 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.05% from 380); Green value is 148 (58.20% from 255 or 38.95% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 148 - color contains mainly: green. Hex color #639485 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639485 is #9C6B7A. Grayscale: #838383. Windows color (decimal): -10251131 or 8754275. OLE color: 8754275.

HSL color Cylindrical-coordinate representation of color #639485: hue angle of 161.63º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #639485 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 148 133 -
CMYK 0.33 0 0.10 0.42
HSL 161.63º 0.2% 0.48% -
HSV(B) 161.63º 0.33% 0.58% -
XYZ 19.97 25.53 26.06 -
YUV 131.64 128.77 104.72 -
System Red Green Blue C M Y K H S L
Decimal 99 148 133 0.33 0 0.10 0.42 161.63 0.2 0.48
Hex 63 94 85 21 0 A 2A A2 14 30
Octal 143 224 205 41 0 12 52 242 24 60
Binary 1100011 10010100 10000101 100001 0 1010 101010 10100010 10100 110000

Color Harmonies of #639485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639485

Black with #639485

Text Example


Text Example

White with #639485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639485; }

 p { color: rgb(99,148,133); }

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

background-color css

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

 a { background-color: rgb(99,148,133); }

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

border-color css

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

 span { border-color: rgb(99,148,133); }

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