#625463

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

Shades of Fedora #625463

Tints of Fedora #625463

Color information

#625463 (or 0x625463) is unknown color: approx Fedora. HEX triplet: 62, 54 and 63. RGB value is (98,84,99). Sum of RGB (Red+Green+Blue) = 98+84+99=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 84 (33.20% from 255 or 29.89% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 99 - color contains mainly: blue. Hex color #625463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625463 is #9DAB9C. Grayscale: #595959. Windows color (decimal): -10333085 or 6509666. OLE color: 6509666.

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

Color convert

RGB988499-
CMYK0.010.1500.61
HSL296º8.2%35.88%-
HSV(B)296º15.15%38.82%-
XYZ10.469.8413.15-
YUV89.9133.14133.78-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 84 (33.20% from 255) = 29.89%
BLUE value IS 99 (39.06% from 255) = 35.23%
R=34.88%
G=29.89%
B=35.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9884990.010.1500.612968.235.88
Hex6254631F03D128824
Octal1421241431170754501044
Binary1100010101010011000111111101111011001010001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625463; }

 p { color: rgb(98,84,99); }

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

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

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

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

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

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

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