#625263

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

Shades of Fedora #625263

Tints of Fedora #625263

Color information

#625263 (or 0x625263) is unknown color: approx Fedora. HEX triplet: 62, 52 and 63. RGB value is (98,82,99). Sum of RGB (Red+Green+Blue) = 98+82+99=279 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.13% from 279); Green value is 82 (32.42% from 255 or 29.39% from 279); Blue value is 99 (39.06% from 255 or 35.48% from 279); Max value from RGB is 99 - color contains mainly: blue. Hex color #625263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625263 is #9DAD9C. Grayscale: #585858. Windows color (decimal): -10333597 or 6509154. OLE color: 6509154.

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

Color convert

RGB988299-
CMYK0.010.1700.61
HSL296.47º9.39%35.49%-
HSV(B)296.47º17.17%38.82%-
XYZ10.319.5313.1-
YUV88.72133.8134.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.13%
GREEN value IS 82 (32.42% from 255) = 29.39%
BLUE value IS 99 (39.06% from 255) = 35.48%
R=35.13%
G=29.39%
B=35.48%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9882990.010.1700.61296.479.3935.49
Hex62526311103D128923
Octal1421221431210754501143
Binary11000101010010110001111000101111011001010001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625263; }

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

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

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

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

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

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

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

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