#625062

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

Shades of Fedora #625062

Tints of Fedora #625062

Color information

#625062 (or 0x625062) is unknown color: approx Fedora. HEX triplet: 62, 50 and 62. RGB value is (98,80,98). Sum of RGB (Red+Green+Blue) = 98+80+98=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 80 (31.64% from 255 or 28.99% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #625062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625062 is #9DAF9D. Grayscale: #575757. Windows color (decimal): -10334110 or 6443106. OLE color: 6443106.

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

Color convert

RGB988098-
CMYK00.1800.62
HSL300º10.11%34.9%-
HSV(B)300º18.37%38.43%-
XYZ10.119.2212.8-
YUV87.43133.96135.54-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.51%
GREEN value IS 80 (31.64% from 255) = 28.99%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=35.51%
G=28.99%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98809800.1800.6230010.1134.9
Hex62506201203E12ca23
Octal1421201420220764541243
Binary11000101010000110001001001001111101001011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625062; }

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

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

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

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

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

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

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

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