#625363

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

Shades of Fedora #625363

Tints of Fedora #625363

Color information

#625363 (or 0x625363) is unknown color: approx Fedora. HEX triplet: 62, 53 and 63. RGB value is (98,83,99). Sum of RGB (Red+Green+Blue) = 98+83+99=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 99 (39.06% from 255 or 35.36% from 280); Max value from RGB is 99 - color contains mainly: blue. Hex color #625363 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625363 is #9DAC9C. Grayscale: #595959. Windows color (decimal): -10333341 or 6509410. OLE color: 6509410.

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

Color convert

RGB988399-
CMYK0.010.1600.61
HSL296.25º8.79%35.69%-
HSV(B)296.25º16.16%38.82%-
XYZ10.389.6813.13-
YUV89.31133.47134.2-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 83 (32.81% from 255) = 29.64%
BLUE value IS 99 (39.06% from 255) = 35.36%
R=35%
G=29.64%
B=35.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9883990.010.1600.61296.258.7935.69
Hex62536311003D128924
Octal1421231431200754501144
Binary11000101010011110001111000001111011001010001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625363; }

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

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

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

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

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

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

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

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