Html Css Color HEX #639C8E Patina

📋 copy color: '#639C8E'

red 99 ◦ green 156 ◦ blue 142

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

Shades of Patina #639C8E

Tints of Patina #639C8E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 39.29%

 BLUE value IS 142 (55.86% from 255) = 35.77%

R = 24.94%
G = 39.29%
B = 35.77%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#639C8E (or 0x639C8E) is known color: Patina. HEX triplet: 63, 9C and 8E. RGB value is (99,156,142). Sum of RGB (Red+Green+Blue) = 99+156+142=397 (52% of max value = 765). Red value is 99 (39.06% from 255 or 24.94% from 397); Green value is 156 (61.33% from 255 or 39.29% from 397); Blue value is 142 (55.86% from 255 or 35.77% from 397); Max value from RGB is 156 - color contains mainly: green. Hex color #639C8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639C8E is #9C6371. Grayscale: #898989. Windows color (decimal): -10249074 or 9346147. OLE color: 9346147.

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

Color convert

RGB 99 156 142 -
CMYK 0.37 0 0.09 0.39
HSL 165.26º 0.22% 0.5% -
HSV(B) 165.26º 0.37% 0.61% -
XYZ 21.92 28.38 29.91 -
YUV 137.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 99 156 142 0.37 0 0.09 0.39 165.26 0.22 0.5
Hex 63 9C 8E 25 0 9 27 A5 16 32
Octal 143 234 216 45 0 11 47 245 26 62
Binary 1100011 10011100 10001110 100101 0 1001 100111 10100101 10110 110010

Color Harmonies of #639C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639C8E

Black with #639C8E

Text Example


Text Example

White with #639C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(99,156,142); }

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

background-color css

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

 a { background-color: rgb(99,156,142); }

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

border-color css

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

 span { border-color: rgb(99,156,142); }

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