#625465

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

Shades of Fedora #625465

Tints of Fedora #625465

Color information

#625465 (or 0x625465) is unknown color: approx Fedora. HEX triplet: 62, 54 and 65. RGB value is (98,84,101). Sum of RGB (Red+Green+Blue) = 98+84+101=283 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.63% from 283); Green value is 84 (33.20% from 255 or 29.68% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 101 - color contains mainly: blue. Hex color #625465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625465 is #9DAB9A. Grayscale: #5A5A5A. Windows color (decimal): -10333083 or 6640738. OLE color: 6640738.

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

Color convert

RGB9884101-
CMYK0.030.1700.60
HSL289.41º9.19%36.27%-
HSV(B)289.41º16.83%39.61%-
XYZ10.569.8813.66-
YUV90.12134.14133.62-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.63%
GREEN value IS 84 (33.20% from 255) = 29.68%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=34.63%
G=29.68%
B=35.69%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98841010.030.1700.60289.419.1936.27
Hex62546531103C121924
Octal1421241453210744411144
Binary110001010101001100101111000101111001001000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625465; }

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

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

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

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

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

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

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

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