#615D63

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

Shades of Fedora #615D63

Tints of Fedora #615D63

Color information

#615D63 (or 0x615D63) is unknown color: approx Fedora. HEX triplet: 61, 5D and 63. RGB value is (97,93,99). Sum of RGB (Red+Green+Blue) = 97+93+99=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 99 - color contains mainly: blue. Hex color #615D63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D63 is #9EA29C. Grayscale: #5E5E5E. Windows color (decimal): -10396317 or 6511969. OLE color: 6511969.

HSL color Cylindrical-coordinate representation of color #615D63: hue angle of 280º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #615D63 is Cyan = 0.02, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB979399-
CMYK0.020.0600.61
HSL280º3.12%37.65%-
HSV(B)280º6.06%38.82%-
XYZ11.111.2713.4-
YUV94.88130.33129.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.56%
GREEN value IS 93 (36.72% from 255) = 32.18%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=33.56%
G=32.18%
B=34.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9793990.020.0600.612803.1237.65
Hex615D632603D118326
Octal14113514326075430346
Binary11000011011101110001110110011110110001100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615D63; }

 p { color: rgb(97,93,99); }

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

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

 a { background-color: rgb(97,93,99); }

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

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

 span { border-color: rgb(97,93,99); }

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