#625864

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

Shades of Fedora #625864

Tints of Fedora #625864

Color information

#625864 (or 0x625864) is unknown color: approx Fedora. HEX triplet: 62, 58 and 64. RGB value is (98,88,100). Sum of RGB (Red+Green+Blue) = 98+88+100=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 100 - color contains mainly: blue. Hex color #625864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625864 is #9DA79B. Grayscale: #5C5C5C. Windows color (decimal): -10332060 or 6576226. OLE color: 6576226.

HSL color Cylindrical-coordinate representation of color #625864: hue angle of 290º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #625864 is Cyan = 0.02, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB9888100-
CMYK0.020.1200.61
HSL290º6.38%36.86%-
HSV(B)290º12%39.22%-
XYZ10.8310.513.51-
YUV92.36132.31132.02-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 88 (34.77% from 255) = 30.77%
BLUE value IS 100 (39.45% from 255) = 34.97%
R=34.27%
G=30.77%
B=34.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal98881000.020.1200.612906.3836.86
Hex6258642C03D122625
Octal142130144214075442645
Binary1100010101100011001001011000111101100100010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625864; }

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

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

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

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

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

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

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

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