#625E63

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

Shades of Fedora #625E63

Tints of Fedora #625E63

Color information

#625E63 (or 0x625E63) is unknown color: approx Fedora. HEX triplet: 62, 5E and 63. RGB value is (98,94,99). Sum of RGB (Red+Green+Blue) = 98+94+99=291 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.68% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 99 - color contains mainly: blue. Hex color #625E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625E63 is #9DA19C. Grayscale: #5F5F5F. Windows color (decimal): -10330525 or 6512226. OLE color: 6512226.

HSL color Cylindrical-coordinate representation of color #625E63: hue angle of 288º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #625E63 is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB989499-
CMYK0.010.0500.61
HSL288º2.59%37.84%-
HSV(B)288º5.05%38.82%-
XYZ11.2911.513.43-
YUV95.77129.83129.59-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.68%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 99 (39.06% from 255) = 34.02%
R=33.68%
G=32.30%
B=34.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9894990.010.0500.612882.5937.84
Hex625E631503D120326
Octal14213614315075440346
Binary1100010101111011000111101011110110010000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625E63; }

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

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

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

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

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

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

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

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