#625863

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

Shades of Fedora #625863

Tints of Fedora #625863

Color information

#625863 (or 0x625863) is unknown color: approx Fedora. HEX triplet: 62, 58 and 63. RGB value is (98,88,99). Sum of RGB (Red+Green+Blue) = 98+88+99=285 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.39% from 285); Green value is 88 (34.77% from 255 or 30.88% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 99 - color contains mainly: blue. Hex color #625863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625863 is #9DA79C. Grayscale: #5C5C5C. Windows color (decimal): -10332061 or 6510690. OLE color: 6510690.

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

Color convert

RGB988899-
CMYK0.010.1100.61
HSL294.55º5.88%36.67%-
HSV(B)294.55º11.11%38.82%-
XYZ10.7810.4813.26-
YUV92.24131.81132.11-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.39%
GREEN value IS 88 (34.77% from 255) = 30.88%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=34.39%
G=30.88%
B=34.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9888990.010.1100.61294.555.8836.67
Hex6258631B03D127625
Octal142130143113075447645
Binary110001010110001100011110110111101100100111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625863; }

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

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

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

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

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

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

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

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