Html Css Color HEX #639A7D Patina

📋 copy color: '#639A7D'

red 99 ◦ green 154 ◦ blue 125

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

Shades of Patina #639A7D

Tints of Patina #639A7D

RGB

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

 GREEN value IS 154 (60.55% from 255) = 40.74%

 BLUE value IS 125 (49.22% from 255) = 33.07%

R = 26.19%
G = 40.74%
B = 33.07%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#639A7D (or 0x639A7D) is known color: Patina. HEX triplet: 63, 9A and 7D. RGB value is (99,154,125). Sum of RGB (Red+Green+Blue) = 99+154+125=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 154 (60.55% from 255 or 40.74% from 378); Blue value is 125 (49.22% from 255 or 33.07% from 378); Max value from RGB is 154 - color contains mainly: green. Hex color #639A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #639A7D is #9C6582. Grayscale: #868686. Windows color (decimal): -10249603 or 8231523. OLE color: 8231523.

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

Color convert

RGB 99 154 125 -
CMYK 0.36 0 0.19 0.40
HSL 148.36º 0.22% 0.5% -
HSV(B) 148.36º 0.36% 0.6% -
XYZ 20.4 27.24 23.59 -
YUV 134.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 99 154 125 0.36 0 0.19 0.40 148.36 0.22 0.5
Hex 63 9A 7D 24 0 13 28 94 16 32
Octal 143 232 175 44 0 23 50 224 26 62
Binary 1100011 10011010 1111101 100100 0 10011 101000 10010100 10110 110010

Color Harmonies of #639A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639A7D

Black with #639A7D

Text Example


Text Example

White with #639A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,154,125); }

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

background-color css

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

 a { background-color: rgb(99,154,125); }

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

border-color css

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

 span { border-color: rgb(99,154,125); }

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