#625163

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

Shades of Fedora #625163

Tints of Fedora #625163

Color information

#625163 (or 0x625163) is unknown color: approx Fedora. HEX triplet: 62, 51 and 63. RGB value is (98,81,99). Sum of RGB (Red+Green+Blue) = 98+81+99=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 99 (39.06% from 255 or 35.61% from 278); Max value from RGB is 99 - color contains mainly: blue. Hex color #625163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625163 is #9DAE9C. Grayscale: #585858. Windows color (decimal): -10333853 or 6508898. OLE color: 6508898.

HSL color Cylindrical-coordinate representation of color #625163: hue angle of 296.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #625163 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB988199-
CMYK0.010.1800.61
HSL296.67º10%35.29%-
HSV(B)296.67º18.18%38.82%-
XYZ10.239.3813.08-
YUV88.14134.13135.04-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.25%
GREEN value IS 81 (32.03% from 255) = 29.14%
BLUE value IS 99 (39.06% from 255) = 35.61%
R=35.25%
G=29.14%
B=35.61%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9881990.010.1800.61296.671035.29
Hex62516311203D129a23
Octal1421211431220754511243
Binary11000101010001110001111001001111011001010011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625163; }

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

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

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

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

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

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

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

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