Html Css Color HEX #639A8D Patina

📋 copy color: '#639A8D'

red 99 ◦ green 154 ◦ blue 141

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

Shades of Patina #639A8D

Tints of Patina #639A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 25.13%
G = 39.09%
B = 35.79%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.08

 K value IS 0.40

RGB Variations

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

Color information

#639A8D (or 0x639A8D) is known color: Patina. HEX triplet: 63, 9A and 8D. RGB value is (99,154,141). Sum of RGB (Red+Green+Blue) = 99+154+141=394 (52% of max value = 765). Red value is 99 (39.06% from 255 or 25.13% from 394); Green value is 154 (60.55% from 255 or 39.09% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 154 - color contains mainly: green. Hex color #639A8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639A8D is #9C6572. Grayscale: #888888. Windows color (decimal): -10249587 or 9280099. OLE color: 9280099.

HSL color Cylindrical-coordinate representation of color #639A8D: hue angle of 165.82º 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 #639A8D is Cyan = 0.36, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 154 141 -
CMYK 0.36 0 0.08 0.40
HSL 165.82º 0.22% 0.5% -
HSV(B) 165.82º 0.36% 0.6% -
XYZ 21.51 27.69 29.41 -
YUV 136.07 130.78 101.56 -
System Red Green Blue C M Y K H S L
Decimal 99 154 141 0.36 0 0.08 0.40 165.82 0.22 0.5
Hex 63 9A 8D 24 0 8 28 A6 16 32
Octal 143 232 215 44 0 10 50 246 26 62
Binary 1100011 10011010 10001101 100100 0 1000 101000 10100110 10110 110010

Color Harmonies of #639A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639A8D

Black with #639A8D

Text Example


Text Example

White with #639A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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