Html Css Color HEX #639384 Patina

📋 copy color: '#639384'

red 99 ◦ green 147 ◦ blue 132

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

Shades of Patina #639384

Tints of Patina #639384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.92%

R = 26.19%
G = 38.89%
B = 34.92%

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

#639384 (or 0x639384) is known color: Patina. HEX triplet: 63, 93 and 84. RGB value is (99,147,132). Sum of RGB (Red+Green+Blue) = 99+147+132=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 147 (57.81% from 255 or 38.89% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 147 - color contains mainly: green. Hex color #639384 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639384 is #9C6C7B. Grayscale: #828282. Windows color (decimal): -10251388 or 8688483. OLE color: 8688483.

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

Color convert

RGB 99 147 132 -
CMYK 0.33 0 0.10 0.42
HSL 161.25º 0.2% 0.48% -
HSV(B) 161.25º 0.33% 0.58% -
XYZ 19.74 25.19 25.65 -
YUV 130.94 128.6 105.22 -
System Red Green Blue C M Y K H S L
Decimal 99 147 132 0.33 0 0.10 0.42 161.25 0.2 0.48
Hex 63 93 84 21 0 A 2A A1 14 30
Octal 143 223 204 41 0 12 52 241 24 60
Binary 1100011 10010011 10000100 100001 0 1010 101010 10100001 10100 110000

Color Harmonies of #639384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639384

Black with #639384

Text Example


Text Example

White with #639384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639384; }

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

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

background-color css

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

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

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

border-color css

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

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

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