#625364

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

Shades of Fedora #625364

Tints of Fedora #625364

Color information

#625364 (or 0x625364) is unknown color: approx Fedora. HEX triplet: 62, 53 and 64. RGB value is (98,83,100). Sum of RGB (Red+Green+Blue) = 98+83+100=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 100 (39.45% from 255 or 35.59% from 281); Max value from RGB is 100 - color contains mainly: blue. Hex color #625364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625364 is #9DAC9B. Grayscale: #595959. Windows color (decimal): -10333340 or 6574946. OLE color: 6574946.

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

Color convert

RGB9883100-
CMYK0.020.1700.61
HSL292.94º9.29%35.88%-
HSV(B)292.94º17%39.22%-
XYZ10.439.713.38-
YUV89.42133.97134.12-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 83 (32.81% from 255) = 29.54%
BLUE value IS 100 (39.45% from 255) = 35.59%
R=34.88%
G=29.54%
B=35.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal98831000.020.1700.61292.949.2935.88
Hex62536421103D125924
Octal1421231442210754451144
Binary110001010100111100100101000101111011001001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625364; }

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

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

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

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

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

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

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

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