#625865

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

Shades of Fedora #625865

Tints of Fedora #625865

Color information

#625865 (or 0x625865) is unknown color: approx Fedora. HEX triplet: 62, 58 and 65. RGB value is (98,88,101). Sum of RGB (Red+Green+Blue) = 98+88+101=287 (38% of max value = 765). Red value is 98 (38.67% from 255 or 34.15% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 101 - color contains mainly: blue. Hex color #625865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625865 is #9DA79A. Grayscale: #5C5C5C. Windows color (decimal): -10332059 or 6641762. OLE color: 6641762.

HSL color Cylindrical-coordinate representation of color #625865: hue angle of 286.15º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #625865 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9888101-
CMYK0.030.1300.60
HSL286.15º6.88%37.06%-
HSV(B)286.15º12.87%39.61%-
XYZ10.8810.5213.77-
YUV92.47132.81131.94-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.15%
GREEN value IS 88 (34.77% from 255) = 30.66%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=34.15%
G=30.66%
B=35.19%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98881010.030.1300.60286.156.8837.06
Hex6258653D03C11e725
Octal142130145315074436745
Binary1100010101100011001011111010111100100011110111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625865; }

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

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

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

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

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

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

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

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