Html Css Color HEX #639887 Patina

📋 copy color: '#639887'

red 99 ◦ green 152 ◦ blue 135

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

Shades of Patina #639887

Tints of Patina #639887

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.38%

 BLUE value IS 135 (53.13% from 255) = 34.97%

R = 25.65%
G = 39.38%
B = 34.97%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#639887 (or 0x639887) is known color: Patina. HEX triplet: 63, 98 and 87. RGB value is (99,152,135). Sum of RGB (Red+Green+Blue) = 99+152+135=386 (51% of max value = 765). Red value is 99 (39.06% from 255 or 25.65% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 152 - color contains mainly: green. Hex color #639887 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639887 is #9C6778. Grayscale: #868686. Windows color (decimal): -10250105 or 8886371. OLE color: 8886371.

HSL color Cylindrical-coordinate representation of color #639887: hue angle of 160.75º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #639887 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 152 135 -
CMYK 0.35 0 0.11 0.40
HSL 160.75º 0.21% 0.49% -
HSV(B) 160.75º 0.35% 0.6% -
XYZ 20.75 26.86 27.01 -
YUV 134.22 128.44 102.88 -
System Red Green Blue C M Y K H S L
Decimal 99 152 135 0.35 0 0.11 0.40 160.75 0.21 0.49
Hex 63 98 87 23 0 B 28 A1 15 31
Octal 143 230 207 43 0 13 50 241 25 61
Binary 1100011 10011000 10000111 100011 0 1011 101000 10100001 10101 110001

Color Harmonies of #639887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639887

Black with #639887

Text Example


Text Example

White with #639887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639887; }

 p { color: rgb(99,152,135); }

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

background-color css

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

 a { background-color: rgb(99,152,135); }

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

border-color css

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

 span { border-color: rgb(99,152,135); }

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