#625165

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

Shades of Fedora #625165

Tints of Fedora #625165

Color information

#625165 (or 0x625165) is unknown color: approx Fedora. HEX triplet: 62, 51 and 65. RGB value is (98,81,101). Sum of RGB (Red+Green+Blue) = 98+81+101=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 81 (32.03% from 255 or 28.93% from 280); Blue value is 101 (39.84% from 255 or 36.07% from 280); Max value from RGB is 101 - color contains mainly: blue. Hex color #625165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625165 is #9DAE9A. Grayscale: #585858. Windows color (decimal): -10333851 or 6639970. OLE color: 6639970.

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

Color convert

RGB9881101-
CMYK0.030.2000.60
HSL291º10.99%35.69%-
HSV(B)291º19.8%39.61%-
XYZ10.339.4213.59-
YUV88.36135.13134.87-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 81 (32.03% from 255) = 28.93%
BLUE value IS 101 (39.84% from 255) = 36.07%
R=35%
G=28.93%
B=36.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal98811010.030.2000.6029110.9935.69
Hex62516531403C123b24
Octal1421211453240744431344
Binary110001010100011100101111010001111001001000111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625165; }

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

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

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

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

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

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

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

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