Html Css Color HEX #639884 Patina

📋 copy color: '#639884'

red 99 ◦ green 152 ◦ blue 132

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

Shades of Patina #639884

Tints of Patina #639884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.46%

R = 25.85%
G = 39.69%
B = 34.46%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#639884 (or 0x639884) is known color: Patina. HEX triplet: 63, 98 and 84. RGB value is (99,152,132). Sum of RGB (Red+Green+Blue) = 99+152+132=383 (50% of max value = 765). Red value is 99 (39.06% from 255 or 25.85% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 152 - color contains mainly: green. Hex color #639884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639884 is #9C677B. Grayscale: #858585. Windows color (decimal): -10250108 or 8689763. OLE color: 8689763.

HSL color Cylindrical-coordinate representation of color #639884: hue angle of 157.36º 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 #639884 is Cyan = 0.35, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 99 152 132 -
CMYK 0.35 0 0.13 0.40
HSL 157.36º 0.21% 0.49% -
HSV(B) 157.36º 0.35% 0.6% -
XYZ 20.54 26.78 25.92 -
YUV 133.87 126.94 103.13 -
System Red Green Blue C M Y K H S L
Decimal 99 152 132 0.35 0 0.13 0.40 157.36 0.21 0.49
Hex 63 98 84 23 0 D 28 9D 15 31
Octal 143 230 204 43 0 15 50 235 25 61
Binary 1100011 10011000 10000100 100011 0 1101 101000 10011101 10101 110001

Color Harmonies of #639884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639884

Black with #639884

Text Example


Text Example

White with #639884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639884; }

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

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

background-color css

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

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

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

border-color css

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

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

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