#634963

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

Shades of Fedora #634963

Tints of Fedora #634963

Color information

#634963 (or 0x634963) is unknown color: approx Fedora. HEX triplet: 63, 49 and 63. RGB value is (99,73,99). Sum of RGB (Red+Green+Blue) = 99+73+99=271 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.53% from 271); Green value is 73 (28.91% from 255 or 26.94% from 271); Blue value is 99 (39.06% from 255 or 36.53% from 271); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #634963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #634963 is #9CB69C. Grayscale: #535353. Windows color (decimal): -10270365 or 6506851. OLE color: 6506851.

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

Color convert

RGB997399-
CMYK00.2600.61
HSL300º15.12%33.73%-
HSV(B)300º26.26%38.82%-
XYZ9.788.3212.89-
YUV83.74136.61138.89-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.53%
GREEN value IS 73 (28.91% from 255) = 26.94%
BLUE value IS 99 (39.06% from 255) = 36.53%
R=36.53%
G=26.94%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99739900.2600.6130015.1233.73
Hex63496301A03D12cf22
Octal1431111430320754541742
Binary11000111001001110001101101001111011001011001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #634963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #634963; }

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

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

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

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

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

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

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

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