#63495B

Color #63495B Finn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Finn #63495B

Tints of Finn #63495B

Color information

#63495B (or 0x63495B) is unknown color: approx Finn. HEX triplet: 63, 49 and 5B. RGB value is (99,73,91). Sum of RGB (Red+Green+Blue) = 99+73+91=263 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.64% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 99 - color contains mainly: red. Hex color #63495B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63495B is #9CB6A4. Grayscale: #525252. Windows color (decimal): -10270373 or 5982563. OLE color: 5982563.

HSL color Cylindrical-coordinate representation of color #63495B: hue angle of 318.46º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63495B is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB997391-
CMYK00.260.080.61
HSL318.46º15.12%33.73%-
HSV(B)318.46º26.26%38.82%-
XYZ9.428.1710.98-
YUV82.83132.61139.54-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.64%
GREEN value IS 73 (28.91% from 255) = 27.76%
BLUE value IS 91 (35.94% from 255) = 34.60%
R=37.64%
G=27.76%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99739100.260.080.61318.4615.1233.73
Hex63495B01A83D13ef22
Octal14311113303210754761742
Binary11000111001001101101101101010001111011001111101111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63495B; }

 p { color: rgb(99,73,91); }

 H1.HeaderClassName
 {
   color: #63495B;
 }
 .AnyTagClassName
 {
   color: #63495B;
 }
</style>
background-color css

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

 a { background-color: rgb(99,73,91); }

 div.DivClassName
 {
   background-color: #63495B;
 }
 .BgClassName
 {
   background-color: #63495B;
 }
</style>
border-color css

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

 span { border-color: rgb(99,73,91); }

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