#625B65

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

Shades of Fedora #625B65

Tints of Fedora #625B65

Color information

#625B65 (or 0x625B65) is unknown color: approx Fedora. HEX triplet: 62, 5B and 65. RGB value is (98,91,101). Sum of RGB (Red+Green+Blue) = 98+91+101=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 101 - color contains mainly: blue. Hex color #625B65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B65 is #9DA49A. Grayscale: #5E5E5E. Windows color (decimal): -10331291 or 6642530. OLE color: 6642530.

HSL color Cylindrical-coordinate representation of color #625B65: hue angle of 282º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #625B65 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9891101-
CMYK0.030.1000.60
HSL282º5.21%37.65%-
HSV(B)282º9.9%39.61%-
XYZ11.1311.0213.85-
YUV94.23131.82130.69-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 33.79%
GREEN value IS 91 (35.94% from 255) = 31.38%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=33.79%
G=31.38%
B=34.83%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98911010.030.1000.602825.2137.65
Hex625B653A03C11a526
Octal142133145312074432546
Binary1100010101101111001011110100111100100011010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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