#625862

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

Shades of Fedora #625862

Tints of Fedora #625862

Color information

#625862 (or 0x625862) is unknown color: approx Fedora. HEX triplet: 62, 58 and 62. RGB value is (98,88,98). Sum of RGB (Red+Green+Blue) = 98+88+98=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #625862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625862 is #9DA79D. Grayscale: #5C5C5C. Windows color (decimal): -10332062 or 6445154. OLE color: 6445154.

HSL color Cylindrical-coordinate representation of color #625862: hue angle of 300º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #625862 is Cyan = 0, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB988898-
CMYK00.1000.62
HSL300º5.38%36.47%-
HSV(B)300º10.2%38.43%-
XYZ10.7310.4613.01-
YUV92.13131.31132.19-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.51%
GREEN value IS 88 (34.77% from 255) = 30.99%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=34.51%
G=30.99%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98889800.1000.623005.3836.47
Hex6258620A03E12c524
Octal142130142012076454544
Binary110001010110001100010010100111110100101100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625862; }

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

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

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

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

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

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

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

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