#63486A

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

Shades of Fedora #63486A

Tints of Fedora #63486A

Color information

#63486A (or 0x63486A) is unknown color: approx Fedora. HEX triplet: 63, 48 and 6A. RGB value is (99,72,106). Sum of RGB (Red+Green+Blue) = 99+72+106=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 72 (28.52% from 255 or 25.99% from 277); Blue value is 106 (41.80% from 255 or 38.27% from 277); Max value from RGB is 106 - color contains mainly: blue. Hex color #63486A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63486A is #9CB795. Grayscale: #535353. Windows color (decimal): -10270614 or 6965347. OLE color: 6965347.

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

Color convert

RGB9972106-
CMYK0.070.3200.58
HSL287.65º19.1%34.9%-
HSV(B)287.65º32.08%41.57%-
XYZ10.068.3314.71-
YUV83.95140.45138.74-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 72 (28.52% from 255) = 25.99%
BLUE value IS 106 (41.80% from 255) = 38.27%
R=35.74%
G=25.99%
B=38.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal99721060.070.3200.58287.6519.134.9
Hex63486A72003A1201323
Octal1431101527400724402343
Binary110001110010001101010111100000011101010010000010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63486A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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