Html Css Color HEX #639B83 Patina

📋 copy color: '#639B83'

red 99 ◦ green 155 ◦ blue 131

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

Shades of Patina #639B83

Tints of Patina #639B83

RGB

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

 GREEN value IS 155 (60.94% from 255) = 40.26%

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

R = 25.71%
G = 40.26%
B = 34.03%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.15

 K value IS 0.39

RGB Variations

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

Color information

#639B83 (or 0x639B83) is known color: Patina. HEX triplet: 63, 9B and 83. RGB value is (99,155,131). Sum of RGB (Red+Green+Blue) = 99+155+131=385 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.71% from 385); Green value is 155 (60.94% from 255 or 40.26% from 385); Blue value is 131 (51.56% from 255 or 34.03% from 385); Max value from RGB is 155 - color contains mainly: green. Hex color #639B83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639B83 is #9C647C. Grayscale: #878787. Windows color (decimal): -10249341 or 8624995. OLE color: 8624995.

HSL color Cylindrical-coordinate representation of color #639B83: hue angle of 154.29º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #639B83 is Cyan = 0.36, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.

Color convert

RGB 99 155 131 -
CMYK 0.36 0 0.15 0.39
HSL 154.29º 0.22% 0.5% -
HSV(B) 154.29º 0.36% 0.61% -
XYZ 20.96 27.73 25.72 -
YUV 135.52 125.45 101.95 -
System Red Green Blue C M Y K H S L
Decimal 99 155 131 0.36 0 0.15 0.39 154.29 0.22 0.5
Hex 63 9B 83 24 0 F 27 9A 16 32
Octal 143 233 203 44 0 17 47 232 26 62
Binary 1100011 10011011 10000011 100100 0 1111 100111 10011010 10110 110010

Color Harmonies of #639B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639B83

Black with #639B83

Text Example


Text Example

White with #639B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639B83; }

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

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

background-color css

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

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

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

border-color css

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

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

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