#63495A

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

Shades of Finn #63495A

Tints of Finn #63495A

Color information

#63495A (or 0x63495A) is unknown color: approx Finn. HEX triplet: 63, 49 and 5A. RGB value is (99,73,90). Sum of RGB (Red+Green+Blue) = 99+73+90=262 (34% of max value = 765). Red value is 99 (39.06% from 255 or 37.79% from 262); Green value is 73 (28.91% from 255 or 27.86% from 262); Blue value is 90 (35.55% from 255 or 34.35% from 262); Max value from RGB is 99 - color contains mainly: red. Hex color #63495A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63495A is #9CB6A5. Grayscale: #525252. Windows color (decimal): -10270374 or 5917027. OLE color: 5917027.

HSL color Cylindrical-coordinate representation of color #63495A: hue angle of 320.77º 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 #63495A is Cyan = 0, Magento = 0.26, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB997390-
CMYK00.260.090.61
HSL320.77º15.12%33.73%-
HSV(B)320.77º26.26%38.82%-
XYZ9.378.1610.75-
YUV82.71132.11139.62-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.79%
GREEN value IS 73 (28.91% from 255) = 27.86%
BLUE value IS 90 (35.55% from 255) = 34.35%
R=37.79%
G=27.86%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99739000.260.090.61320.7715.1233.73
Hex63495A01A93D141f22
Octal14311113203211755011742
Binary11000111001001101101001101010011111011010000011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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