#63496A

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

Shades of Fedora #63496A

Tints of Fedora #63496A

Color information

#63496A (or 0x63496A) is unknown color: approx Fedora. HEX triplet: 63, 49 and 6A. RGB value is (99,73,106). Sum of RGB (Red+Green+Blue) = 99+73+106=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 106 - color contains mainly: blue. Hex color #63496A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63496A is #9CB695. Grayscale: #545454. Windows color (decimal): -10270358 or 6965603. OLE color: 6965603.

HSL color Cylindrical-coordinate representation of color #63496A: hue angle of 287.27º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #63496A is Cyan = 0.07, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9973106-
CMYK0.070.3100.58
HSL287.27º18.44%35.1%-
HSV(B)287.27º31.13%41.57%-
XYZ10.138.4614.73-
YUV84.54140.11138.32-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.61%
GREEN value IS 73 (28.91% from 255) = 26.26%
BLUE value IS 106 (41.80% from 255) = 38.13%
R=35.61%
G=26.26%
B=38.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99731060.070.3100.58287.2718.4435.1
Hex63496A71F03A11f1223
Octal1431111527370724372243
Binary11000111001001110101011111111011101010001111110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63496A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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