#625765

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

Shades of Fedora #625765

Tints of Fedora #625765

Color information

#625765 (or 0x625765) is unknown color: approx Fedora. HEX triplet: 62, 57 and 65. RGB value is (98,87,101). Sum of RGB (Red+Green+Blue) = 98+87+101=286 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.27% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 101 - color contains mainly: blue. Hex color #625765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625765 is #9DA89A. Grayscale: #5B5B5B. Windows color (decimal): -10332315 or 6641506. OLE color: 6641506.

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

Color convert

RGB9887101-
CMYK0.030.1400.60
HSL287.14º7.45%36.86%-
HSV(B)287.14º13.86%39.61%-
XYZ10.7910.3513.74-
YUV91.88133.14132.36-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.27%
GREEN value IS 87 (34.38% from 255) = 30.42%
BLUE value IS 101 (39.84% from 255) = 35.31%
R=34.27%
G=30.42%
B=35.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98871010.030.1400.60287.147.4536.86
Hex6257653E03C11f725
Octal142127145316074437745
Binary1100010101011111001011111100111100100011111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625765; }

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

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

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

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

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

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

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

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