Html Css Color HEX #639285 Patina

📋 copy color: '#639285'

red 99 ◦ green 146 ◦ blue 133

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

Shades of Patina #639285

Tints of Patina #639285

RGB

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

 GREEN value IS 146 (57.42% from 255) = 38.62%

 BLUE value IS 133 (52.34% from 255) = 35.19%

R = 26.19%
G = 38.62%
B = 35.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.09

 K value IS 0.43

RGB Variations

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

Color information

#639285 (or 0x639285) is known color: Patina. HEX triplet: 63, 92 and 85. RGB value is (99,146,133). Sum of RGB (Red+Green+Blue) = 99+146+133=378 (50% of max value = 765). Red value is 99 (39.06% from 255 or 26.19% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #639285 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #639285 is #9C6D7A. Grayscale: #828282. Windows color (decimal): -10251643 or 8753763. OLE color: 8753763.

HSL color Cylindrical-coordinate representation of color #639285: hue angle of 163.4º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #639285 is Cyan = 0.32, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.43.

Color convert

RGB 99 146 133 -
CMYK 0.32 0 0.09 0.43
HSL 163.4º 0.19% 0.48% -
HSV(B) 163.4º 0.32% 0.57% -
XYZ 19.66 24.9 25.96 -
YUV 130.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 99 146 133 0.32 0 0.09 0.43 163.4 0.19 0.48
Hex 63 92 85 20 0 9 2B A3 13 30
Octal 143 222 205 40 0 11 53 243 23 60
Binary 1100011 10010010 10000101 100000 0 1001 101011 10100011 10011 110000

Color Harmonies of #639285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #639285

Black with #639285

Text Example


Text Example

White with #639285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #639285; }

 p { color: rgb(99,146,133); }

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

background-color css

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

 a { background-color: rgb(99,146,133); }

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

border-color css

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

 span { border-color: rgb(99,146,133); }

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