Html Css Color HEX #639483 Patina

📋 copy color: '#639483'

red 99 ◦ green 148 ◦ blue 131

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

Shades of Patina #639483

Tints of Patina #639483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 34.66%

R = 26.19%
G = 39.15%
B = 34.66%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#639483 (or 0x639483) is known color: Patina. HEX triplet: 63, 94 and 83. RGB value is (99,148,131). Sum of RGB (Red+Green+Blue) = 99+148+131=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #639483 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639483 is #9C6B7C. Grayscale: #838383. Windows color (decimal): -10251133 or 8623203. OLE color: 8623203.

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

Color convert

RGB 99 148 131 -
CMYK 0.33 0 0.11 0.42
HSL 159.18º 0.2% 0.48% -
HSV(B) 159.18º 0.33% 0.58% -
XYZ 19.83 25.47 25.34 -
YUV 131.41 127.77 104.88 -
System Red Green Blue C M Y K H S L
Decimal 99 148 131 0.33 0 0.11 0.42 159.18 0.2 0.48
Hex 63 94 83 21 0 B 2A 9F 14 30
Octal 143 224 203 41 0 13 52 237 24 60
Binary 1100011 10010100 10000011 100001 0 1011 101010 10011111 10100 110000

Color Harmonies of #639483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639483

Black with #639483

Text Example


Text Example

White with #639483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639483; }

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

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

background-color css

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

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

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

border-color css

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

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

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