#625063

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

Shades of Fedora #625063

Tints of Fedora #625063

Color information

#625063 (or 0x625063) is unknown color: approx Fedora. HEX triplet: 62, 50 and 63. RGB value is (98,80,99). Sum of RGB (Red+Green+Blue) = 98+80+99=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 80 (31.64% from 255 or 28.88% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 99 - color contains mainly: blue. Hex color #625063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625063 is #9DAF9C. Grayscale: #575757. Windows color (decimal): -10334109 or 6508642. OLE color: 6508642.

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

Color convert

RGB988099-
CMYK0.010.1900.61
HSL296.84º10.61%35.1%-
HSV(B)296.84º19.19%38.82%-
XYZ10.169.2313.05-
YUV87.55134.46135.46-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.38%
GREEN value IS 80 (31.64% from 255) = 28.88%
BLUE value IS 99 (39.06% from 255) = 35.74%
R=35.38%
G=28.88%
B=35.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9880990.010.1900.61296.8410.6135.1
Hex62506311303D129b23
Octal1421201431230754511343
Binary11000101010000110001111001101111011001010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625063; }

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

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

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

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

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

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

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

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