#625662

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

Shades of Fedora #625662

Tints of Fedora #625662

Color information

#625662 (or 0x625662) is unknown color: approx Fedora. HEX triplet: 62, 56 and 62. RGB value is (98,86,98). Sum of RGB (Red+Green+Blue) = 98+86+98=282 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.75% from 282); Green value is 86 (33.98% from 255 or 30.50% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 98 - color contains mainly: red, blue. Hex color #625662 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625662 is #9DA99D. Grayscale: #5A5A5A. Windows color (decimal): -10332574 or 6444642. OLE color: 6444642.

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

Color convert

RGB988698-
CMYK00.1200.62
HSL300º6.52%36.08%-
HSV(B)300º12.24%38.43%-
XYZ10.5710.1312.95-
YUV90.96131.98133.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.75%
GREEN value IS 86 (33.98% from 255) = 30.50%
BLUE value IS 98 (38.67% from 255) = 34.75%
R=34.75%
G=30.50%
B=34.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98869800.1200.623006.5236.08
Hex6256620C03E12c724
Octal142126142014076454744
Binary110001010101101100010011000111110100101100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625662; }

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

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

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

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

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

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

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

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