Html Css Color HEX #639385 Patina

📋 copy color: '#639385'

red 99 ◦ green 147 ◦ blue 133

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

Shades of Patina #639385

Tints of Patina #639385

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.79%

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

R = 26.12%
G = 38.79%
B = 35.09%

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

#639385 (or 0x639385) is known color: Patina. HEX triplet: 63, 93 and 85. RGB value is (99,147,133). Sum of RGB (Red+Green+Blue) = 99+147+133=379 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.12% from 379); Green value is 147 (57.81% from 255 or 38.79% from 379); Blue value is 133 (52.34% from 255 or 35.09% from 379); Max value from RGB is 147 - color contains mainly: green. Hex color #639385 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639385 is #9C6C7A. Grayscale: #838383. Windows color (decimal): -10251387 or 8754019. OLE color: 8754019.

HSL color Cylindrical-coordinate representation of color #639385: hue angle of 162.5º 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 #639385 is Cyan = 0.33, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 99 147 133 -
CMYK 0.33 0 0.10 0.42
HSL 162.5º 0.2% 0.48% -
HSV(B) 162.5º 0.33% 0.58% -
XYZ 19.81 25.21 26.01 -
YUV 131.05 129.1 105.14 -
System Red Green Blue C M Y K H S L
Decimal 99 147 133 0.33 0 0.10 0.42 162.5 0.2 0.48
Hex 63 93 85 21 0 A 2A A2 14 30
Octal 143 223 205 41 0 12 52 242 24 60
Binary 1100011 10010011 10000101 100001 0 1010 101010 10100010 10100 110000

Color Harmonies of #639385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639385

Black with #639385

Text Example


Text Example

White with #639385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639385; }

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

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

background-color css

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

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

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

border-color css

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

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

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